Projection.
Hashable
public static func == (lhs: Projection, rhs: Projection) -> Bool
Returns a Boolean value indicating whether two values are equal.
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
hasher
Hasher
The hasher to use when combining the components of this instance.
public func screenToMap( point: ScreenPoint ) -> GeoPoint?
Calculating a map point at a given screen point.
point
ScreenPoint
GeoPoint?
public func mapToScreen( point: GeoPoint ) -> ScreenPoint?
Calculating a screen point corresponding to a given map point.
GeoPoint
ScreenPoint?
public func mapToScreen( point: GeoPointWithElevation ) -> ScreenPoint?
Calculating a screen point corresponding to a specified map point with elevation.
GeoPointWithElevation