Position

Defines where the scale bar is positioned on the map

enum Position : Enum<Position>

Parameters

value

Entries

TOP_LEFT
Link copied to clipboard

The top left position of the map.

TOP_LEFT("top-left")
TOP_CENTER
Link copied to clipboard

The top center position of the map.

TOP_CENTER("top-center")
TOP_RIGHT
Link copied to clipboard

The top right position of the map.

TOP_RIGHT("top-right")
CENTER_RIGHT
Link copied to clipboard

The center right position of the map.

CENTER_RIGHT("center-right")
BOTTOM_RIGHT
Link copied to clipboard

The bottom right position of the map.

BOTTOM_RIGHT("bottom-right")
BOTTOM_CENTER
Link copied to clipboard

The bottom center position of the map.

BOTTOM_CENTER("bottom-center")
BOTTOM_LEFT
Link copied to clipboard

The bottom left position of the map.

BOTTOM_LEFT("bottom-left")
CENTER_LEFT
Link copied to clipboard

The center left position of the map.

CENTER_LEFT("center-left")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Position): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<Position>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
value
Link copied to clipboard

val value: String