pastebin

Paste Search Dynamic
Recent pastes
CameraOptions
  1. CameraOptions.Builder()
  2. .center(
  3. Point.fromLngLat(
  4. -34.0066,40.7135
  5. )
  6. )
  7. .zoom(10.5)
  8. .bearing(-15.6)
  9. .build()
Parsed in 0.002 seconds