MapPlugin

interface MapPlugin

Parent definition of all Map plugins.

Functions

cleanup
Link copied to clipboard
open fun cleanup()

Called when the map is destroyed. Should be used to cleanup plugin resources for that map.

initialize
Link copied to clipboard
open fun initialize()

Called when the plugin is first added to the map.

onDelegateProvider
Link copied to clipboard
open fun onDelegateProvider(delegateProvider: MapDelegateProvider)

Provides all map delegate instances.

Inheritors

CameraAnimationsPlugin
Link copied to clipboard
AnnotationPlugin
Link copied to clipboard
GesturesPlugin
Link copied to clipboard
MapboxLifecyclePlugin
Link copied to clipboard
LocationComponentPlugin
Link copied to clipboard
MapOverlayPlugin
Link copied to clipboard
ViewportPlugin
Link copied to clipboard
MapCameraPlugin
Link copied to clipboard
ViewPlugin
Link copied to clipboard