AzureRouteInstruction Properties
Contains information related to a route guidance maneuver.| Name | Description |
|---|---|
| CombinedMessage | Returns a message for the maneuver combined with the message for the next instruction. |
| CountryCode | Returns an ISO 3166-1 alpha-3 code. For example: ESP. |
| DrivingSide | Indicates left-hand or right-hand side driving at the point of the maneuver. |
| ExitNumber | Returns 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”. |
| HasCombinedMessage | Indicates whether the AzureRouteInstruction.CombinedMessage is available. |
| InstructionType |
Returns the instruction type, for example, Turn or RoadChange.
|
| JunctionType | Returns the type of the junction where the maneuver takes place. For larger roundabouts, two separate instructions are generated for entering and leaving the roundabout. |
| Maneuver | Returns the maneuver. |
| Message | Returns the message that describes the maneuver. |
| Point | Returns the current location defined by a latitude and longitude. |
| PointIndex | Returns the index of the point in the polyline that depicts the route. |
| RoadNumbers | Return a list of road numbers (for example, “E34”, “N205”) to follow after the maneuver. |
| RoundaboutExitNumber | Returns the number of an exit to take within a roundabout. |
| RouteOffsetMeters | Returns the distance from the route start point to the location for which instruction is. |
| SignpostText | Returns 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”. |
| StateCode | Returns the two-letter code of a subdivision (state) of the country according to ISO 3166-2. Only available for US, Canada, and Mexico. |
| Street | Returns the name of the street you get after the maneuver, or of the street that should be followed. |
| TravelTimeSeconds | Returns the estimated execution time of the instruction in seconds. |
| TurnAngleDegrees | Returns a direction for the instruction in degrees. |
See Also