Orientation

The orientation of the Map. By default, it is set to upwards.

enum Orientation : Enum<Orientation>

Parameters

value

Entries

UPWARDS
Link copied to clipboard

Default, map oriented upwards.

UPWARDS("upwards")
RIGHTWARDS
Link copied to clipboard

Map oriented rightwards.

RIGHTWARDS("rightwards")
DOWNWARDS
Link copied to clipboard

Map oriented downwards.

DOWNWARDS("downwards")
LEFTTWARDS
Link copied to clipboard

Map oriented lefttwards.

LEFTTWARDS("lefttwards")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Orientation): 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<Orientation>
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