Isochrone Data
Note
Bing Maps Calculate an Isochrone API retirement
Bing Maps Calculate an Isochrone API is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps Calculate an Isochrone API until June 30th, 2025. Enterprise account customers can continue to use Bing Maps Calculate an Isochrone API until June 30th, 2028. To avoid service disruptions, all implementations using Bing Maps Calculate an Isochrone API will need to be updated to use Azure Maps Route Range API by the retirement date that applies to your Bing Maps for Enterprise account type.
Azure Maps is Microsoft's next-generation maps and geospatial services for developers. Azure Maps has many of the same features as Bing Maps for Enterprise, and more. To get started with Azure Maps, create a free Azure subscription and an Azure Maps account. For more information about azure Maps, see Azure Maps Documentation. For migration guidance, see Bing Maps Migration Overview.
The response returned by the Isochrone API contains either an IsochoneResponse
resource or an RouteProxyAsyncStatus
resource. The IsochroneResponse
contains the generated polygon isochrone data while the RouteProxyAsyncStatus
contains status information about an asynchronous request that was made for an isochrone. The following tables provide the descriptions of the IsochroneResponse
resource fields.
For more information about the common response syntax for the Bing Maps REST Services, see Common Response Description.
IsochroneResponse Resource
The IsochroneResponse resource contains the polygons that represent the requested isochrone.
JSON | XML | Type | Description |
---|---|---|---|
origin |
Origin |
Cooridnate |
The origin point used to calculate the isochrone area. |
polygons |
Polygons |
Polygon [] |
The polygons that represent the isochrone area. |
Polygon Class
This class represents a polygon object.
JSON | XML | Type | Description |
---|---|---|---|
coordinates |
Coordinates |
double [][][] |
The coordinate rings that make up the polygon. Where double[] represents a single coordinate [latitude, longitude], and double[][] represents a single ring within a polygon. |