StyleProjectionName

public enum StyleProjectionName : String, Codable, CaseIterable

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

  • The Mercator projection is the default projection.

    Declaration

    Swift

    case mercator = "mercator"
  • A globe projection.

    Declaration

    Swift

    case globe = "globe"