Map
            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
                    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.
on
                    Link copied to clipboard
                        Provides all map delegate instances.