place_query | R Documentation |
Submit a place query and receive a complete list of places matches and associated data.
This function is similar to place_lookup
but it returns a list
and allows limiting the results.
place_query(place, limit = 10)
place |
A string. Name of a place to search for. |
limit |
An integer. Limits the number of matches to return. Defaults to 10. Needs to be less than 100. |
A list with available places.
place_lookup
for documentation.
place_query("Hills")
place_query("Hills", limit = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.