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