Skip to main content
All docs
V25.1
  • AzureRouteOptions.OptimizeWaypoints Property

    Specifies whether the service rearranges route waypoints to reduce route cost.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public bool OptimizeWaypoints { get; set; }

    Property Value

    Type Description
    Boolean

    true if waypoints are rearranged; otherwise, false. The default value is false.

    See Also