GeoPosition

class GeoPosition : NSObject

Object representing geographical coordinates.

  • Coordinate of the location

    Declaration

    Swift

    var coordinate: GeoCoordinate { get set }
  • Azimuth of the location. Expressed in degrees in range [0; 360). Negative if the azimuth is invalid

    Declaration

    Swift

    var azimuth: Double { get set }
  • Cardinal direction based on azimuth

    Declaration

    Swift

    var direction: CardinalDirection { get }