PanScrollMode

Whether the user is restricted in which direction the map is scrolled.

enum PanScrollMode : Enum<PanScrollMode>

Parameters

value

String value of this property

Entries

HORIZONTAL
Link copied to clipboard

The map allows the user to only scroll horizontally.

HORIZONTAL("horizontal")
VERTICAL
Link copied to clipboard

The map allows the user to only scroll vertically.

VERTICAL("vertical")
HORIZONTAL_AND_VERTICAL
Link copied to clipboard

The map allows the user to scroll both horizontally and vertically.

HORIZONTAL_AND_VERTICAL("horizontal-and-vertical")

Functions

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

String value of this property

val value: String