Projection
public struct Projection : Encodable
Undocumented
-
Sets the projection type.
See moreDeclaration
Swift
public enum Geo.Projection.`Type` : String, Encodable -
Sets the projection type.
Declaration
Swift
public var type: Type? -
Undocumented
See moreDeclaration
Swift
public struct Rotation : Encodable -
Undocumented
Declaration
Swift
public var rotation: Rotation? -
For conic projection types only.
Sets the parallels (tangent, secant) where the cone intersects the sphere.
Declaration
Swift
public var parallels: InfoArray? -
Zooms in or out on the map view.
A scale of 1 corresponds to the largest zoom level that fits the map’s lon and lat ranges.
Declaration
Swift
public var scale: Double? -
Creates
Projectionobject with specified properties.Declaration
Parameters
typeSets the projection type.
rotationparallelsFor conic projection types only.
scaleZooms in or out on the map view.
View on GitHub
Install in Dash
Projection Structure Reference