HorizonEvent
public enum HorizonEvent
Represents the horizon events.
-
Indicates that the horizon snapshot has been updated.
Declaration
Swift
case didUpdateSnapshot(options: HorizonOptions, snapshot: HorizonSnapshot)Parameters
optionsThe options used to create the horizon.
snapshotThe updated snapshot.
-
Indicates that the horizon position has been updated.
Declaration
Swift
case didUpdatePosition(options: HorizonOptions, position: HorizonPosition)Parameters
optionsThe options used to create the horizon.
positionThe updated position.
-
Indicates that a horizon reset occurred.
Declaration
Swift
case didResetHorizon(options: HorizonOptions)Parameters
optionsThe options used to create the horizon.
TomTom SDK for iOS (0.53.1)
HorizonEvent