BingRouteIsochroneDataProvider.CalculateIsochroneByTime(RouteWaypoint, Int32, Object) Method
Calculates an isochrone based on a specified travel time.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.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. |
See Also