AzureRouteGuidance(List<AzureRouteInstruction>, List<AzureRouteInstructionGroup>) Constructor
Initializes a new instance of the AzureRouteGuidance class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public AzureRouteGuidance(
List<AzureRouteInstruction> instructions,
List<AzureRouteInstructionGroup> instructionGroups
)
Parameters
| Name | Type |
|---|---|
| instructions | List<AzureRouteInstruction> |
| instructionGroups | List<AzureRouteInstructionGroup> |
See Also