on Camera Move
Called whenever camera position changes.
Parameters
camera State
camera state containing position information.
abstract fun onCameraMove(center: Point, zoom: Double, pitch: Double, bearing: Double, padding: EdgeInsets)
Deprecated
Use onCameraMove(cameraState) overload to get the latest functionality.
Replace with
onCameraMove(cameraState)Content copied to clipboard
Called whenever camera position changes.
Parameters
center
camera center
zoom
zoom
pitch
pitch in degrees
bearing
bearing in degrees
padding
camera padding