MapPlugin

Parent definition of all Map plugins.

interface MapPlugin

Functions

cleanup
Link copied to clipboard

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

open fun cleanup()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
initialize
Link copied to clipboard

Called when the plugin is first added to the map.

open fun initialize()
onDelegateProvider
Link copied to clipboard

Provides all map delegate instances.

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

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
MapCameraPlugin
Link copied to clipboard
ViewPlugin
Link copied to clipboard