Package com. mapbox. maps. plugin
Types
ContextBinder
Link copied to clipboard
fun fun interface ContextBinder
Content copied to clipboard
InvalidPluginConfigurationException
Link copied to clipboard
class InvalidPluginConfigurationException(exceptionMessage: String) : Exception
Content copied to clipboard
InvalidViewPluginHostException
Link copied to clipboard
Exception thrown when a ViewPlugin is loaded in a context that doesn't have a view hierarchy associated.
LifecyclePlugin
Link copied to clipboard
interface LifecyclePlugin
Content copied to clipboard
LocationPuck
Link copied to clipboard
LocationPuck2D
Link copied to clipboard
data class LocationPuck2D @JvmOverloads() constructor(topImage: Drawable?, bearingImage: Drawable?, shadowImage: Drawable?, scaleExpression: String?) : LocationPuck
Content copied to clipboard
LocationPuck3D
Link copied to clipboard
data class LocationPuck3D @JvmOverloads() constructor(modelUri: String, position: List<Float>, modelOpacity: Float, modelScale: List<Float>, modelScaleExpression: String?, modelTranslation: List<Float>, modelRotation: List<Float>) : LocationPuck
Content copied to clipboard
MapCameraPlugin
Link copied to clipboard
MapProjection
Link copied to clipboard
sealed class MapProjection
Content copied to clipboard
MapSizePlugin
Link copied to clipboard
interface MapSizePlugin
Content copied to clipboard
MapStyleObserverPlugin
Link copied to clipboard
interface MapStyleObserverPlugin
Content copied to clipboard
PuckBearingSource
Link copied to clipboard
ScrollMode
Link copied to clipboard
ViewPlugin
Link copied to clipboard