/v4/geohash/fastCalculate the travel times to all geohash cells within a travel time catchment area. Return the max, min, and mean travel time for each cell.
This is a higher performance version of the /geohash endpoint, but with fewer configurable parameters and more limited geographic coverage.
Geohash resolution of results to be returned, values can be in range [4, 9]. Limitations can be found here.
Properties to be returned for each geohash cell. Possible values: min, max, mean.
Searches based on arrival time. Arrive at a destination or multiple destinations at no later than given time.
This returns the reachable area for journeys arriving at the chosen arrival location. You can define a maximum of 10 searches.
Used to identify each search in the results array. Must be unique among all searches.
Coordinates of the arrival location. Use either latitude and longitude, or the centroid of an geohash cell.
Possible values: weekday_morning
Maximum journey time (in seconds). Maximum value is 10800 (3 hours) as standard. To discuss increasing this, please contact hello@traveltime.com.
Adjusts the process of looking up the nearest roads from the departure / arrival points.
This returns the reachable area for journeys departing from the chosen departure location. You can define a maximum of 10 searches.
Define the unions of shapes that are the results of previously defined departure or arrival searches. You can define a maximum of 10 unions per request.
A list of the search ids referring to the shapes to be used for calculating the union.
Define the intersections of shapes that are the results of previously defined departure or arrival searches. You can define a maximum of 10 intersections per request.
Used to identify each search in the results array. Must be unique among all searches.
A list of the search ids referring to the shapes to be used for calculating the intersection.
| Resolution | Travel time |
|---|---|
| 4 | 10800 (3 hr) |
| 5 | 10800 (3 hr) |
| 6 | 10800 (3 hr) |
| 7 | 5400 (90 min) |
| 8 | 3600 (1 hr) |
| 9 | 1800 (30 min) |
LoadingLoadingLoadingLoadingRequest
LoadingResponse
Loading