-
Provides event-by-event access to history files contents.
Supports
See morepbf.gz
files. History files are created byHistoryRecording.stopRecordingHistory(writingFileWith:)
and saved toHistoryRecording.historyDirectoryURL
.Declaration
Swift
public struct HistoryReader : Sequence
-
Describes history events produced by
See moreHistoryReader
Declaration
Swift
public protocol HistoryEvent
-
History event of unrecognized type.
Such events usually mean that this type of events is not yet supported or this one is for service use only.
See moreDeclaration
Swift
public class UnknownHistoryEvent : HistoryEvent
-
History event of when route was set.
See moreDeclaration
Swift
public struct RouteAssignmentHistoryEvent : HistoryEvent
-
History event of when location was updated.
See moreDeclaration
Swift
public struct LocationUpdateHistoryEvent : HistoryEvent
-
Digest of history file contents produced by
See moreHistoryReader
.Declaration
Swift
public struct History
-
Types that conform to this protocol record low-level details as the user goes through a trip for debugging purposes.
See moreDeclaration
Swift
public protocol HistoryRecording