ScrollMode

enum ScrollMode : Enum<ScrollMode>

Configures the directions in which the map is allowed to move during a scroll gesture.

Parameters

value

String value of this property

Entries

HORIZONTAL
Link copied to clipboard
HORIZONTAL("horizontal")
The map may only move horizontally.
VERTICAL
Link copied to clipboard
VERTICAL("vertical")
The map may only move vertically.
HORIZONTAL_AND_VERTICAL
Link copied to clipboard
HORIZONTAL_AND_VERTICAL("horizontal-and-vertical")
The map may move both horizontally and vertically.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ScrollMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<ScrollMode>
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
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String
String value of this property