AzureRouteGuidance.Instructions Property
Returns a list of turn-by-turn instructions describing maneuvers.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
List<AzureRouteInstruction> | A list of consecutive instructions. |
Remarks
For grouped instructions, refer to the InstructionGroups property.
See Also