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