Package com.mapbox.maps.plugin.scalebar.generated

Types

ScaleBarSettings
Link copied to clipboard

Shows the scale bar on the map.

data class ScaleBarSettings @JvmOverloads() constructor(enabled: Boolean, position: Int, marginLeft: Float, marginTop: Float, marginRight: Float, marginBottom: Float, textColor: Int, primaryColor: Int, secondaryColor: Int, borderWidth: Float, height: Float, textBarMargin: Float, textBorderWidth: Float, textSize: Float, isMetricUnits: Boolean, refreshInterval: Long, showTextBorder: Boolean, ratio: Float, useContinuousRendering: Boolean)
ScaleBarSettingsBase
Link copied to clipboard

Abstract settings class for ScaleBarPlugin.

This abstract class exposes all the required public APIs to configure the ScaleBarPlugin.

abstract class ScaleBarSettingsBase : ScaleBarSettingsInterface
ScaleBarSettingsInterface
Link copied to clipboard

Interface that defines the public settings interface for ScaleBarPlugin.

interface ScaleBarSettingsInterface