Location

struct Location : Codable

A GPS location

  • The timestam the location was recorded

    Declaration

    Swift

    let timestamp: Date
  • Speed at location (m/s)

    Declaration

    Swift

    let speed: Double?
  • Course 0-359.9 degrees

    Declaration

    Swift

    let course: Double?
  • The poistion

    Declaration

    Swift

    let coordinate: Coordinate