ViewportMode

The viewport mode. This can be used to flip the vertical orientation of the map as some devices may use inverted orientation.

enum ViewportMode : Enum<ViewportMode>

Parameters

value

Entries

DEFAULT
Link copied to clipboard

Default viewport.

DEFAULT("default")
FLIPPED_Y
Link copied to clipboard

Viewport flipped on the y-axis.

FLIPPED_Y("flipped-y")

Functions

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