Suggest
Geocode
Suggests geocodes for a given query string
get/geocode/suggest
Query parameters
qstring required
The location string for which to find geocodes
limitToResolutionstring
Comma-separated list of resolutions to restrict geocoding to. Allowed values are: Point, Admin3, Admin2, Admin1, Country.
Response
OK
Example response
[
{
"country": "CR",
"administrativeAreaLevel1": "Any province in Costa Rica",
"administrativeAreaLevel2": "Any canton in Costa Rica",
"administrativeAreaLevel3": "Any district in Costa Rica",
"place": "Boston Children's Hospital",
"name": "Lyon, Auvergne-Rhône-Alpes, France"
}
]