MapPluginProviderDelegate

Definition of a map plugin provider delegate.

Functions

Link copied to clipboard
abstract fun <T : MapPlugin> getPlugin(id: String): T?

Get the plugin instance.

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Extension val for MapView to get the Annotation plugin instance.

Link copied to clipboard

Extension val for MapView to get the Compass View plugin instance.

Link copied to clipboard

Extension val for MapView to get the Camera Animations plugin instance.

Link copied to clipboard

Extension val for MapView to get the Compass View plugin instance.

Link copied to clipboard

Extension val for MapView to get the Gestures plugin instance.

Link copied to clipboard

Extension function for MapView to get the lifecycle plugin instance.

Link copied to clipboard
@get:JvmName(name = "getLocationComponent")
val MapPluginProviderDelegate.location: LocationComponentPlugin

Extension val to get the LocationComponentPlugin instance.

Link copied to clipboard

Extension val for MapView to get the Logo View plugin instance.

Link copied to clipboard

Extension val for MapView to get the map overlay plugin instance.

Link copied to clipboard

Extension val for MapView to get the ScaleBar plugin instance.