StyleProjection
public struct StyleProjection : Hashable, Codable
Describes the projection used to render the map.
-
The name of the projection.
Declaration
Swift
public var name: StyleProjectionName
-
Initializes a projection
Declaration
Swift
public init(name: StyleProjectionName)