Skip to main content
All docs
V25.1
  • AzureRouteGuidance.InstructionGroups Property

    Returns groups of related instructions.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<AzureRouteInstructionGroup> InstructionGroups { get; }

    Property Value

    Type Description
    List<AzureRouteInstructionGroup>

    A list of instruction groups.

    Remarks

    For consecutive instructions, refer to the Instructions property.

    See Also