pastebin

Paste Search Dynamic
Recent pastes
cameraBoundsOptions
  1. private val cameraBoundsOptions = CameraBoundsOptions.Builder()
  2.   .bounds(
  3.     CoordinateBounds(
  4.       Point.fromLngLat(-112.66336, 37.492987),
  5.       Point.fromLngLat(-111.250481, 37.87165),
  6.       false
  7.     )
  8.   )
  9.   .minZoom(10.0)
  10.   .build()
  11. mapboxMap.setupBounds(cameraBoundsOptions)
Parsed in 0.004 seconds