TdxAzureMapRouteGuidanceManeuver Enum
In This Article
#Declaration
Delphi
TdxAzureMapRouteGuidanceManeuver = (
Unknown,
Arrive,
ArriveLeft,
ArriveRight,
BearLeft,
BearRight,
Depart,
EnterFreeway,
EnterHighway,
EnterMotorway,
EntranceRamp,
Follow,
KeepLeft,
KeepRight,
MakeUturn,
MotorwayExitLeft,
MotorwayExitRight,
RoundaboutBack,
RoundaboutCross,
RoundaboutLeft,
RoundaboutRight,
SharpLeft,
SharpRight,
Straight,
SwitchMainRoad,
SwitchParallelRoad,
TakeExit,
TakeFerry,
TryMakeUturn,
TurnLeft,
TurnRight,
WaypointLeft,
WaypointReached,
WaypointRight
);
#Members
Name |
---|
Unknown
|
Arrive
|
Arrive
|
Arrive
|
Bear
|
Bear
|
Depart
|
Enter
|
Enter
|
Enter
|
Entrance
|
Follow
|
Keep
|
Keep
|
Make
|
Motorway
|
Motorway
|
Roundabout
|
Roundabout
|
Roundabout
|
Roundabout
|
Sharp
|
Sharp
|
Straight
|
Switch
|
Switch
|
Take
|
Take
|
Try
|
Turn
|
Turn
|
Waypoint
|
Waypoint
|
Waypoint
|
See Also