wpf-devexpress-dot-xpf-dot-map-dot-azurerouteinstruction-dot-underscore-members.md
Contains information related to a route guidance maneuver.
| Name | Description |
|---|---|
| AzureRouteInstruction(Int32, Int32, GeoPoint, Int32, AzureRouteInstructionType, List<String>, String, String, String, String, String, AzureRouteJunctionType, Int32, Int64, Boolean, AzureRouteDrivingSide, AzureRouteGuidanceManeuver, String, String) | Initializes a new instance of the AzureRouteInstruction class with specified settings. |
| 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. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also