mapbox-maps-android
/
com.mapbox.maps.plugin
/
MapCameraPlugin
/
onCameraMove
androidJvm
on
Camera
Move
@
AnyThread
()
abstract fun
onCameraMove
(lat:
Double
, lon:
Double
, zoom:
Double
, pitch:
Double
, bearing:
Double
, padding:
Array
<
Double
>)
Content copied to clipboard
Called whenever camera position changes. Could be invoked from any thread when map starts rendering.