ScaleBar

Interface for ScaleBar.

interface ScaleBar

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

distancePerPixel
Link copied to clipboard

How many meters in each pixel.

abstract var distancePerPixel: Float
enable
Link copied to clipboard

Defines whether ScaleBar is enabled or disabled.

abstract var enable: Boolean
mapViewWidth
Link copied to clipboard

Defines the width of mapView

abstract var mapViewWidth: Float
settings
Link copied to clipboard

Defines settings fo ScaleBar

abstract var settings: ScaleBarSettings

Inheritors

ScaleBarImpl
Link copied to clipboard