APIs
Log In
APIs

getIsochronePoints

Calculate isochrone zone and return result polygon point for given origin, travel mode, duration, number of point expected on isochrone

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

If successful, this method returns a JsonObject with an "items" property containing the vertices of the isochrone polygon.

The format of the returned vertices are : [latitude, longitude] in the WGS84 projection.

🚧

CancelledException

The web service response time depends on the travel duration and the number of vertices.
Therefore, if these two parameters are too large, the web service may take too much time (> 1 minute) to calculate the isochrone polygon and respond with a CancelledException.
If that happpens, please try again with a lower number of vertices.

Query Params
double
required

The latitude of the origin point

double
required

The longitude of the origin point

double
required

The travel duration (in minutes)

string
required

The travel mode. Must be "driving", "walking" or "bicycling"

int32
required

The number of vertices expected in the isochrone polygon

string
required

The type of Google license key to use for this API call. Either 'internal' or 'external'. Not case sensitive.

int32
required

Your Technical Account ID. For more information : Prerequisites

string
required

Your signature. For more information : Security Overview

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain