Map Camera Plugin
Definition for map camera plugins. The map will constantly push current camera position values.
Functions
initialize
Link copied to clipboard
open fun initialize()
Content copied to clipboard
Called when the plugin is first added to the map.
on Camera Move
Link copied to clipboard
abstract fun onCameraMove(lat: Double, lon: Double, zoom: Double, pitch: Double, bearing: Double, padding: DoubleArray)
Content copied to clipboard
Called whenever camera position changes. Could be invoked from any thread when map starts rendering.
on Delegate Provider
Link copied to clipboard
Provides all map delegate instances.
Inheritors
CompassPlugin
Link copied to clipboard