Enumerations
The following enumerations are available globally.
-
DefaultAnnouncementType provides predefined announcement types.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum DefaultAnnouncementType : String -
Maneuver type to use in driving instructions.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AnnouncementManeuver -
See more
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Consumption : CustomStringConvertible, Hashable -
The Direction represents the direction of the road lane.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Direction : Codable -
Indicates driving side at the point of the maneuver.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum DrivingSide : String -
Classification of an exit direction, relative to the direction of travel.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ExitDirection : Int -
Indicates the side of the road of an itinerary point.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ItineraryPointSide : Int -
Provides the information about the landmark types.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Landmark : Int
-
Exceptions that can be thrown during the creation of PhoneticString
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum PhoneticStringError : Error -
Indicates the quantized turn angle relative to driving direction.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum QuantizedAngle : Int
-
Exceptions that can be thrown during the creation of
RoadShield.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoadShieldError : Error
-
Indicates a road type. Important: This is a Public Preview API. It may be changed or removed at any time.
See moreDeclaration
Swift
public enum RoadType : Intextension RoadType: Equatable
-
Exceptions that can be thrown during the creation of Signpost
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum SignpostError : Error -
Exceptions that can be thrown during the creation of an Instruction.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum InstructionError : Error -
Indicates a type of auto transport system.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AutoTransportType : Int
-
Errors that can be thrown during creation
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum BorderCrossingError : Error -
Indicates the direction to enter or exit a carpool lane.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum CarpoolLaneDirection : Int -
Indicates the direction to follow at a fork relative to the direction of travel.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ForkDirection : Int
-
Exceptions that can be thrown during creation of
MandatoryTurnInstruction.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MandatoryTurnInstructionError : Error -
Indicates the direction to follow at a fork.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MergeSide : Int
-
Exceptions that can be thrown during creation of
RoundaboutInstruction.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum ExitRoundaboutInstructionError : Error
-
Indicates the overall direction to take at a roundabout.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoundaboutDirection : Int
-
Exceptions that can be thrown during creation of
RoundaboutInstruction.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoundaboutInstructionError : Error -
Indicates the payment type accepted for a toll.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TollPaymentType : Int, Hashable -
Indicates the direction of a turn maneuver.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TurnDirection : Int
-
Exceptions that can be thrown during creation of
RoundaboutInstruction.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TurnInstructionError : Error -
The LaneSeparator represents the lane separator painted on the road surface.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LaneSeparator -
Magnitude of delay caused by the incident.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MagnitudeOfDelay : Codable -
Maneuver type to use in driving instructions.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Maneuver : Codable, CustomStringConvertible
Enumerations Reference