VehicleState

class VehicleState : NSObject

Location of our vehicle with meta information.

  • Geographical position of the vehicle

    Declaration

    Swift

    var location: GeoPosition { get }
  • Vehicle speed expressed in meters per second

    Declaration

    Swift

    var speed: Float { get }