AzureRouteInstruction(Int32, Int32, GeoPoint, Int32, AzureRouteInstructionType, List<String>, String, String, String, String, String, AzureRouteJunctionType, Int32, Int64, Boolean, AzureRouteDrivingSide, AzureRouteGuidanceManeuver, String, String) Constructor
Initializes a new instance of the AzureRouteInstruction class with specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public AzureRouteInstruction(
int routeOffsetMeters,
int travelTimeSeconds,
GeoPoint point,
int pointIndex,
AzureRouteInstructionType instructionType,
List<string> roadNumbers,
string exitNumber,
string street,
string signpostText,
string countryCode,
string stateCode,
AzureRouteJunctionType junctionType,
int turnAngleDegrees,
long roundaboutExitNumber,
bool hasCombinedMessage,
AzureRouteDrivingSide drivingSide,
AzureRouteGuidanceManeuver maneuver,
string message,
string combinedMessage
)
Parameters
| Name | Type |
|---|---|
| routeOffsetMeters | Int32 |
| travelTimeSeconds | Int32 |
| point | GeoPoint |
| pointIndex | Int32 |
| instructionType | AzureRouteInstructionType |
| roadNumbers | List<String> |
| exitNumber | String |
| street | String |
| signpostText | String |
| countryCode | String |
| stateCode | String |
| junctionType | AzureRouteJunctionType |
| turnAngleDegrees | Int32 |
| roundaboutExitNumber | Int64 |
| hasCombinedMessage | Boolean |
| drivingSide | AzureRouteDrivingSide |
| maneuver | AzureRouteGuidanceManeuver |
| message | String |
| combinedMessage | String |
See Also