ProjectionName

enum ProjectionName : Enum<ProjectionName> , LayerProperty

The name of the projection to be used for rendering the map.

Parameters

value

String value of this property

Entries

GLOBE
Link copied to clipboard
GLOBE("globe")

A globe projection.

MERCATOR
Link copied to clipboard
MERCATOR("mercator")

The Mercator projection is the default projection.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String