View source: R/find_location.R
find_location | R Documentation |
Get location ID depending on a query term using the Kiwi API.
find_location(term, location_types = c())
term |
searched term (for suggestions). |
location_types |
list of desired location output, accepted values: AIRPORT, AUTONOMOUS_TERRITORY, CITY, CONTINENT, COUNTRY, REGION, SUBDIVISION, TOURIST_REGION. |
cba_locs <- find_location("Cordoba", location_types = c("CITY", "REGION"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.