LocationUpdateHistoryEvent

public struct LocationUpdateHistoryEvent : HistoryEvent

History event of when location was updated.

  • Point in time when this event occured.

    This illustrates the moment when history event was recorded. This may differ from HistoryUpdateLocation.location.timestamp since it displays when particular location was reached.

    Declaration

    Swift

    public let timestamp: TimeInterval
  • Location being set.

    Declaration

    Swift

    public let location: CLLocation