TdxAzureMapRouteGuidanceManeuver Enum
Declaration
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
|
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
|
See Also