Enumerations
The following enumerations are available globally.
-
Exceptions that can be thrown during creation of
See moreExitRoundaboutGuidanceInstruction
.Declaration
Swift
public enum ExitRoundaboutGuidanceInstructionError : Error
-
Exceptions that can be thrown during creation of
See moreMandatoryTurnGuidanceInstruction
.Declaration
Swift
public enum MandatoryTurnGuidanceInstructionError : Error
-
Exceptions that can be thrown during creation of
See moreRoundaboutGuidanceInstruction
.Declaration
Swift
public enum RoundaboutGuidanceInstructionError : Error
-
Exceptions that can be thrown during creation of
See moreTurnGuidanceInstruction
.Declaration
Swift
public enum TurnGuidanceInstructionError : Error
-
Represents instruction triggering phase.
See moreDeclaration
Swift
public enum InstructionPhase
-
Type of
See moreLaneGuidanceUpdate
.Declaration
Swift
public enum LaneGuidanceUpdateType
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum SpeedLimit : Equatable
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TypeOfRoad
-
Navigation snapshot error cases are thrown when a snapshot cannot be created.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum NavigationSnapshotError : Error
-
Specifies how to handle better route proposals
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum BetterProposalAcceptanceMode
-
Specifies how to handle deviation route replanning
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum DeviationReplanningMode
-
Describes the reason for the replanning request.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ReplanRequestReason
-
Describes why the route has been replanned and how it is different from the previous route.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RouteReplanningReason
-
Specifies whether or not the system should try to periodically update the active route and look for better route proposals.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RouteUpdateMode
-
Form of way types.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum FormOfWayType
-
Road pavement condition types.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoadConditionType
-
Administrative road class types.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AdminRoadClassType
-
Reason for speed limit
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum SpeedLimitsType
-
Possible errors thrown in the by Horizon Engine methods.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum HorizonEngineError : Error, Equatable
-
Errors thrown by
HorizonSnapshot
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum HorizonSnapshotError : Error