BingRouteIsochroneDataProvider.CalculateIsochroneByTimeWithTraffic(RouteWaypoint, Int32, DateTime, Object) Method
In This Article
Calculates a time-based isochrone based on traffic information for the specified point in time.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public void CalculateIsochroneByTimeWithTraffic(
RouteWaypoint waypoint,
int maxTime,
DateTime dateTime,
object userState
)
#Parameters
Name | Type | Description |
---|---|---|
waypoint | Route |
Specifies an origin point’s coordinates. |
max |
Int32 | Specifies the maximum travel time in which the isochrone polygon is calculated. The default measurement unit is second. Use the Bing |
date |
Date |
Specifies a point in time used to obtain the current or predictive traffic information. |
user |
Object | Specifies a user state. |
See Also