Package com.mapbox.maps.plugin.scalebar

Types

LocaleUnitResolver
Link copied to clipboard
object LocaleUnitResolver

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

ScaleBar
Link copied to clipboard
interface ScaleBar

Interface for ScaleBar.

ScaleBarImpl
Link copied to clipboard
class ScaleBarImpl : View, ScaleBar

Concrete implementation of ScaleBar.

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

Presenter interface for the ScaleBar.

ScaleBarPluginImpl
Link copied to clipboard
open class ScaleBarPluginImpl(viewImplProvider: (Context) -> ScaleBarImpl) : ScaleBarSettingsBase, ScaleBarPlugin

Concrete implementation of ScaleBarViewPlugin.

Properties

scalebar
Link copied to clipboard
@get:JvmName(name = "getScaleBar")
val MapPluginProviderDelegate.scalebar: ScaleBarPlugin

Extension val for MapView to get the ScaleBar plugin instance.