Back to Devexpress

AzureRouteInstruction Properties

windowsforms-devexpress-dot-xtramap-dot-azurerouteinstruction-dot-underscore-properties.md

latest3.9 KB
Original Source

AzureRouteInstruction Properties

Contains information related to a route guidance maneuver.

NameDescription
CombinedMessageReturns a message for the maneuver combined with the message for the next instruction.
CountryCodeReturns an ISO 3166-1 alpha-3 code. For example: ESP.
DrivingSideIndicates left-hand or right-hand side driving at the point of the maneuver.
ExitNumberReturns the number(s) of a highway exit taken by the current maneuver. If an exit has multiple exit numbers, they are separated by “,” and can be aggregated by “-“, for example, “10, 13-15”.
HasCombinedMessageIndicates whether the AzureRouteInstruction.CombinedMessage is available.
InstructionTypeReturns the instruction type, for example, Turn or RoadChange.
JunctionTypeReturns the type of the junction where the maneuver takes place. For larger roundabouts, two separate instructions are generated for entering and leaving the roundabout.
ManeuverReturns the maneuver.
MessageReturns the message that describes the maneuver.
PointReturns the current location defined by a latitude and longitude.
PointIndexReturns the index of the point in the polyline that depicts the route.
RoadNumbersReturn a list of road numbers (for example, “E34”, “N205”) to follow after the maneuver.
RoundaboutExitNumberReturns the number of an exit to take within a roundabout.
RouteOffsetMetersReturns the distance from the route start point to the location for which instruction is.
SignpostTextReturns the text on a signpost which is most relevant to the maneuver, or to the direction that should be followed. For example, “Exit 12 - Downtown”.
StateCodeReturns the two-letter code of a subdivision (state) of the country according to ISO 3166-2. Only available for US, Canada, and Mexico.
StreetReturns the name of the street you get after the maneuver, or of the street that should be followed.
TravelTimeSecondsReturns the estimated execution time of the instruction in seconds.
TurnAngleDegreesReturns a direction for the instruction in degrees.

See Also

AzureRouteInstruction Class

AzureRouteInstruction Members

DevExpress.XtraMap Namespace