Skip to main content
All docs
V25.1
  • BingRouteIsochroneDataProvider.CalculateIsochroneByTimeWithTraffic(RouteWaypoint, Int32, DateTime) Method

    Calculates a time-based isochrone based on traffic information for the specified point in time.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public void CalculateIsochroneByTimeWithTraffic(
        RouteWaypoint waypoint,
        int maxTime,
        DateTime dateTime
    )

    Parameters

    Name Type Description
    waypoint RouteWaypoint

    Specifies an origin point’s coordinates.

    maxTime Int32

    Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the BingRouteIsochroneOptions.TimeUnit property to define the measurement unit.

    dateTime DateTime

    Specifies a point in time used to obtain the current or predictive traffic information.

    Remarks

    You can specify the following parameters to calculate a time-based isochrone:

    See Also