Package com.mapbox.maps.plugin.overlay

Types

MapOverlayCoordinatesProvider
Link copied to clipboard

Interface that should be implemented by users to provide all the coordinates that will shown on MapView without covered by overlays.

fun fun interface MapOverlayCoordinatesProvider
MapOverlayPlugin
Link copied to clipboard

Interface for MapOverlay Container that manage MapOverlays.

interface MapOverlayPlugin : MapSizePlugin, MapPlugin
MapOverlayPluginImpl
Link copied to clipboard

Impl class for MapOverlayPlugin

class MapOverlayPluginImpl : MapOverlayPlugin
OnReframeFinished
Link copied to clipboard

Interface invoked after reframe calculations are finished which provides valid CameraOptions object

fun fun interface OnReframeFinished

Properties

mapboxOverlay
Link copied to clipboard

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