-
Array of recorded events in chronological order.
Declaration
Swift
public fileprivate(set) var events: [HistoryEvent] { get } -
Initial
IndexedRouteResponsethat was set to the Navigator.Can be
nilif current file is a free drive recording or if history recording was started after such event. In latter case this property may contain anotherIndexedRouteResponsewhich was, for example, set as a result of a reroute event.Declaration
Swift
public var initialRoute: IndexedRouteResponse? { get } -
Array of location updates.
Declaration
Swift
public var rawLocations: [CLLocation] { get }
Install in Dash
History Structure Reference