-
Array of recorded events in chronological order.
Declaration
Swift
public fileprivate(set) var events: [HistoryEvent] { get }
-
Initial
IndexedRouteResponse
that was set to the Navigator.Can be
nil
if current file is a free drive recording or if history recording was started after such event. In latter case this property may contain anotherIndexedRouteResponse
which 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 }