AzureRouteIsochroneDataProvider Methods
Allows you to use the Azure Maps service to calculate an isochrone and display it on the map.| Name | Description |
|---|---|
| CalculateIsochroneByDistance(RouteWaypoint, Double, AzureRouteIsochroneOptions) | Calculates an isochrone based on travel distance. |
| CalculateIsochroneByDistance(RouteWaypoint, Double, DateTime, AzureRouteIsochroneOptions) | Calculates an isochrone based on travel distance. |
| CalculateIsochroneByTime(RouteWaypoint, Double, AzureRouteIsochroneOptions) | Calculates an isochrone based on travel time. |
| CalculateIsochroneByTime(RouteWaypoint, Double, DateTime, AzureRouteIsochroneOptions) | Calculates an isochrone based on travel time. |
| Cancel() | Inherited from WebInformationDataProvider<TEventArgs>. |
See Also