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

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to OptimizeWaypoints
    BingRouteDataProvider
    .RouteOptions .OptimizeWaypoints
    See Also