MapMode

Supported map style modes

Entries

Link copied to clipboard

Basic map

Link copied to clipboard

Public transport map

Link copied to clipboard

Automobile navigation map

Link copied to clipboard

Administrative map

Link copied to clipboard

Legacy basic map design, can be used to preserve compatibility with app design/legacy map customizations

Link copied to clipboard

Upcoming basic map design

Link copied to clipboard

Satellite imagery with a vector map layer on top of it

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun MapMode.toNative(): MapMode
fun MapMode.toNative(): ERROR CLASS: Symbol not found for NativeMapMode
Link copied to clipboard
fun valueOf(value: String): MapMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.