HorizonSnapshotState
public struct HorizonSnapshotState : Equatable
State of the HorizonSnapshot that the HorizonEngine generates based on a set
of registered HorizonOptions.
-
Initializes instance of
HorizonSnapshotState.Declaration
Swift
public init(updateCounter: Int)Parameters
updateCounterA counter incremented on each
HorizonSnapshotupdate.
-
A counter incremented on each
HorizonSnapshotupdate.Declaration
Swift
public let updateCounter: Int
TomTom SDK for iOS (0.40.0)
HorizonSnapshotState