ConstrainMode

enum ConstrainMode

Describes whether to constrain the map in both axes or only vertically e.g. while panning.

Entries

WIDTH_AND_HEIGHT
Link copied to clipboard

Constrain both width and height axes.

HEIGHT_ONLY
Link copied to clipboard

Constrain to height only

NONE
Link copied to clipboard

No constrains.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): ConstrainMode
values
Link copied to clipboard
open fun values(): Array<ConstrainMode>