Map Camera Plugin
Definition for map camera plugins. The map will constantly push current camera position values.
Functions
Link copied to clipboard
Called when the plugin is first added to the map.
Link copied to clipboard
abstract fun onCameraMove(center: Point, zoom: Double, pitch: Double, bearing: Double, padding: EdgeInsets)
Called whenever camera position changes.
Link copied to clipboard
Provides all map delegate instances.