StyleProjectionName

public struct StyleProjectionName : RawRepresentable, Codable, Hashable

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

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • The Mercator projection is the default projection.

    Declaration

    Swift

    public static let mercator: StyleProjectionName
  • A globe projection.

    Declaration

    Swift

    public static let globe: StyleProjectionName