/v4/time-filter/fastJSON APIA high performance version of the Travel Time Matrix (Time Filter) endpoint. This endpoint offers fewer configurable parameters but can handle very large volumes of locations with extremely low response times.
Available in most of the countries currently supported by the TravelTime API - a full list can be found at the bottom of the page here.
Define your locations to use later in arrival_searches.
Searches based on arrival time. Arrive at a destination or multiple destinations at no later than given time.
This allows you to specify a single arrival location and multiple departure locations. You can define a maximum of 10 searches.
Used to identify each search in the results array. Must be unique among all searches.
The id of the location to arrive at. Must reference an id from the locations array.
The ids of the locations to depart from. Must reference ids from the locations array. You can define a maximum of 100,000 departure_location_ids.
Maximum journey time (in seconds). Maximum value is 10800 (3 hours) as standard. To discuss increasing this, please contact hello@traveltime.com.
Possible values: weekday_morning
Properties to be returned about the points. Possible values: travel_time, distance (only for driving+ferry, cycling+ferry and walking+ferry transportation types), fares (UK only).
Adjusts the process of looking up the nearest roads from the departure / arrival points.
This allows you to specify a single departure location and multiple arrival locations. You can define a maximum of 10 searches.
The results array which is sorted lexicographically by the id attribute
LoadingLoadingRequest
LoadingResponse
Loading