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.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AnnouncementManeuver
-
Different types of consumption.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Consumption : Hashableextension Consumption: CustomStringConvertible -
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 -
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 -
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
-
Errors that can be thrown during creation
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum CountryError : Error -
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 ItineraryPointRelativePosition -
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 -
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 QuantizedTurnAngle -
Indicates the payment type accepted for a toll.
See moreDeclaration
Swift
public enum TollPaymentType : 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 -
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 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
-
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 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 a road type.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoadTypeextension RoadType: Equatable
-
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
-
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
-
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
-
Represents the planning reason returned from the route planner.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum PlanningReasonextension PlanningReason: CustomStringConvertible -
Represents the side of the road at which RouteStop is located.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RoadSide
-
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 -
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 moreDeclaration
Swift
public enum MagnitudeOfDelay
Enumerations Reference