Package com.mapbox.maps.plugin.scalebar

Types

LocaleUnitResolver
Link copied to clipboard

Util object to determine if the user is in a country using the metric system.

object LocaleUnitResolver
ScaleBar
Link copied to clipboard

Interface for ScaleBar.

interface ScaleBar
ScaleBarImpl
Link copied to clipboard

Concrete implementation of ScaleBar.

class ScaleBarImpl : View, ScaleBar
ScaleBarPlugin
Link copied to clipboard

Presenter interface for the ScaleBar.

interface ScaleBarPlugin : ViewPlugin, MapSizePlugin, ScaleBarSettingsInterface
ScaleBarPluginImpl
Link copied to clipboard

Concrete implementation of ScaleBarViewPlugin.

open class ScaleBarPluginImpl(viewImplProvider: (Context) -> ScaleBarImpl) : ScaleBarSettingsBase, ScaleBarPlugin

Properties

scalebar
Link copied to clipboard

Extension val for MapView to get the ScaleBar plugin instance.

val MapPluginProviderDelegate.scalebar: ScaleBarPlugin