data class ScaleOptions
(js)
<init> |
ScaleOptions(imperial: Boolean = true, maxWidth: Number = 100, metric: Boolean = true, position: Position = Position.BOTTOM_LEFT, updateWhenIdle: Boolean = false) |
(js)
imperial |
val imperial: Boolean |
(js)
maxWidth |
val maxWidth: Number |
(js)
metric |
val metric: Boolean |
(js)
position |
val position: Position |
(js)
updateWhenIdle |
val updateWhenIdle: Boolean |