NorthOrientation

enum NorthOrientation

Describes the map orientation.

Entries

LEFTWARDS
Link copied to clipboard

Map oriented leftwards

DOWNWARDS
Link copied to clipboard

Map oriented downwards

RIGHTWARDS
Link copied to clipboard

Map oriented righwards

UPWARDS
Link copied to clipboard

Default, map oriented upwards

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): NorthOrientation
values
Link copied to clipboard
open fun values(): Array<NorthOrientation>