Package com.mapbox.maps.plugin.overlay

Types

MapOverlayCoordinatesProvider
Link copied to clipboard
fun interface MapOverlayCoordinatesProvider

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

MapOverlayPlugin
Link copied to clipboard
interface MapOverlayPlugin : MapSizePlugin, MapPlugin

Interface for MapOverlay Container that manage MapOverlays.

MapOverlayPluginImpl
Link copied to clipboard
class MapOverlayPluginImpl : MapOverlayPlugin

Impl class for MapOverlayPlugin

OnReframeFinished
Link copied to clipboard
fun interface OnReframeFinished

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

Properties

mapboxOverlay
Link copied to clipboard
@get:JvmName(name = "getOverlay")
val MapPluginProviderDelegate.mapboxOverlay: MapOverlayPlugin

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