ScrollMode

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

enum ScrollMode : Enum<ScrollMode>

Parameters

value

String value of this property

Entries

HORIZONTAL
Link copied to clipboard

The map may only move horizontally.

HORIZONTAL("horizontal")
VERTICAL
Link copied to clipboard

The map may only move vertically.

VERTICAL("vertical")
HORIZONTAL_AND_VERTICAL
Link copied to clipboard

The map may move both horizontally and vertically.

HORIZONTAL_AND_VERTICAL("horizontal-and-vertical")

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
override fun finalize()
getDeclaringClass
Link copied to clipboard
override 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
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