/v4/time-map/fast
A very fast version of Isochrone API. However, the request parameters are much more limited. Currently only supports UK, NL and Ireland. More countries will be added.
Currently supports only POST requests
object
Searches based on arrival time. Arrive at a destination or multiple destinations at no later than given time.
array[object]
This allows you to specify a single arrival location and multiple departure locations. You can define a maximum of 10
searches.
string
Used to identify each search in the results array. Must be unique among all searches.
Coordinates of the arrival location.
Latitude.
Longitude.
Possible values: public_transport
, walking+ferry
, cycling+ferry
, driving+ferry
Possible values: weekday_morning
Maximum journey time (in seconds). Maximum value is 10800
(3 hours) as standard. To discuss increasing this, please contact sales@traveltime.com.
object | optional
Specifies level of detail of returned shape.
simple
- level of detail is specified using a simple enumeration.simple_numeric
- level of detail is specified using integer numbers. This scale is an extension of simple scale.coarse_grid
- level of detail is specified as a number, used to simplify the generated shape to a set grid density.
Exact availability depends on the licence plan.
string | integer | optional
Can either be a string or an integer depending on scale_type
used.
Available options when using string:
lowest
,low
,medium
,high
,highest
. Used withsimple
scale type. Returned shape will be the least detailed with thelowest
setting, and the most detailed with thehighest
setting.Available options when using integer are between
-20
and2
. Used withsimple_numeric
scale type. The lower the number, the less detailed the returned shape will be. Values from-2
to2
are equivalent to the lowest to highest values of the simple scale type.
integer | optional
Used with the coarse_grid
scale type.
Specifies the side length (in metres) of the squares used to construct the shape. The larger the value, the less detailed the returned shape will be.
Minimum value is 600
.
array[object]
This allows you to specify a single departure location and multiple arrival locations. You can define a maximum of 10
searches.
string
Used to identify each search in the results array. Must be unique among all searches.
Coordinates of the departure location.
Latitude.
Longitude.
Possible values: public_transport
, walking+ferry
, cycling+ferry
, driving+ferry
Possible values: weekday_morning
Maximum journey time (in seconds). Maximum value is 10800
(3 hours) as standard. To discuss increasing this, please contact sales@traveltime.com.
object | optional
Specifies level of detail of returned shape.
simple
- level of detail is specified using a simple enumeration.simple_numeric
- level of detail is specified using integer numbers. This scale is an extension of simple scale.coarse_grid
- level of detail is specified as a number, used to simplify the generated shape to a set grid density.
Exact availability depends on the licence plan.
string | integer | optional
Can either be a string or an integer depending on scale_type
used.
Available options when using string:
lowest
,low
,medium
,high
,highest
. Used withsimple
scale type. Returned shape will be the least detailed with thelowest
setting, and the most detailed with thehighest
setting.Available options when using integer are between
-20
and2
. Used withsimple_numeric
scale type. The lower the number, the less detailed the returned shape will be. Values from-2
to2
are equivalent to the lowest to highest values of the simple scale type.
integer | optional
Used with the coarse_grid
scale type.
Specifies the side length (in metres) of the squares used to construct the shape. The larger the value, the less detailed the returned shape will be.
Minimum value is 600
.
We support multiple response formats, the format can be set using the Accept
header. Supported formats:
application/json
- This is the default if no format was specified.application/vnd.wkt+json
application/vnd.wkt-no-holes+json
application/geo+json
application/vnd.bounding-boxes+json
- This format does not include holes
array[object]
The results array which is sorted lexicographically by the id
attribute.
FeatureCollection
array[Feature]
Contains collection of features.
object
Feature properties.
string
array[object]
The results array which is sorted lexicographically by the id
attribute.
array[object]
object
Latitude of lower left point of the box.
Latitude of upper right point of the box.
Longitude of lower left point of the box.
Longitude of upper right point of the box.
array[object]
Latitude of lower left point of the box.
Latitude of upper right point of the box.
Longitude of lower left point of the box.
Longitude of upper right point of the box.
Example Request
Loading
Response body
Loading