Skip to main content
All docs
V25.1
  • 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

    public List<AzureRouteInstruction> Instructions { get; }

    Property Value

    Type Description
    List<AzureRouteInstruction>

    A list of consecutive instructions.

    Remarks

    For grouped instructions, refer to the InstructionGroups property.

    See Also