Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BingRouteIsochroneDataProvider.CalculateIsochroneByTime(RouteWaypoint, Int32, Object) Method

Calculates an isochrone based on a specified travel time.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

public void CalculateIsochroneByTime(
    RouteWaypoint waypoint,
    int maxTime,
    object userState
)

#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.

userState Object

Specifies a user state.

#Remarks

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

See Also