QPLocationUpdatedEvent

public struct QPLocationUpdatedEvent : QPEvent

Event triggered when the Engine receives a GPS update from the system module

  • Undocumented

    Declaration

    Swift

    public let currentLocation: CLLocation
  • Undocumented

    Declaration

    Swift

    public let currentBearing: Double
  • Undocumented

    Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public var secondaryDescription: String? { get }