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_AND_VERTICAL
Link copied to clipboard
HORIZONTAL_AND_VERTICAL("horizontal-and-vertical")

The map may move both horizontally and vertically.

VERTICAL
Link copied to clipboard
VERTICAL("vertical")

The map may only move vertically.

HORIZONTAL
Link copied to clipboard
HORIZONTAL("horizontal")

The map may only move horizontally.

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