View source: R/make_searches.R
make_union_intersect | R Documentation |
Allows you to define unions or intersections of shapes that are results of previously defined searches. You can define a maximum of 10 unions/intersections
make_union_intersect(id, search_ids)
id |
Used to identify this specific search in the results array. MUST be unique among all searches. |
search_ids |
An unnamed list of search ids which results will formulate this union. |
See https://docs.traveltime.com/api/reference/isochrones for details
A data.frame wrapped in a list. It is constructed in a way that allows jsonlite::toJSON to correctly transform it into a valid request body
See time_map
for usage examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.