The Route Range API creates a polygon that depicts the area reachable from a given location within a certain threshold based on the specified time or distance budget.

A polygon boundary (or Isochrone) is returned in a counterclockwise orientation as well as the precise polygon center which was the result of the origin point.

The returned polygon can be used for spatial filtering to search for features of interest within the provided Isochrone.

For information about routing availability in countries/regions, see Azure Maps routing coverage.

[!Important] By using this feature, you agree to the preview legal terms. See the Preview Supplemental Terms for additional details.

post/route/range

Query parameters

api-versionstring required

Version number of Azure Maps API.

Parameters

../../../Common/preview/1.0/common.json#/components/parameters/ClientId — unresolved $ref

Response

OK

type'FeatureCollection'

Specifies the GeoJSON type. The only supported object type is FeatureCollection. For more information, see RFC 7946.

Changes