Skip to main content
All docs
V25.1
  • AzureRouteInstructionGroup(Int32, Int32, String, Int32) Constructor

    Initializes a new instance of the AzureRouteInstructionGroup class with specified settings.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteInstructionGroup(
        int firstInstructionIndex,
        int lastInstructionIndex,
        string groupMessage,
        int groupLengthMeters
    )

    Parameters

    Name Type
    firstInstructionIndex Int32
    lastInstructionIndex Int32
    groupMessage String
    groupLengthMeters Int32
    See Also