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

    Returns a list of turn-by-turn instructions describing maneuvers.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.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