Projection

public class Projection : MapProjectionDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let latitudeMax: CLLocationDegrees
  • Undocumented

    Declaration

    Swift

    public static let latitudeMin: CLLocationDegrees
  • Declaration

    Swift

    public static func metersPerPoint(for latitude: CLLocationDegrees, zoom: CGFloat) -> Double
  • Declaration

    Swift

    public static func projectedMeters(for coordinate: CLLocationCoordinate2D) -> ProjectedMeters
  • Declaration

    Swift

    public static func coordinate(for projectedMeters: ProjectedMeters) -> CLLocationCoordinate2D
  • Declaration

    Swift

    public static func project(_ coordinate: CLLocationCoordinate2D, zoomScale: CGFloat) -> MercatorCoordinate
  • Declaration

    Swift

    public static func unproject(_ mercatorCoordinate: MercatorCoordinate, zoomScale: CGFloat) -> CLLocationCoordinate2D