Geocode autocomplete (type-ahead).
Type-ahead variant of /v1/geocode/search, billed at a tenth of the cost — fire it on every keystroke from a search bar.
Quota cost: 0.1 unit per call.
query Parameters
qFree-text query, typically a partial input.
langPreferred language.
limitMaximum number of suggestions.
Geocode autocomplete (type-ahead). › Responses
Autocomplete suggestions.
typeReverse geocode.
Turn coordinates into the nearest named place.
Quota cost: 1 unit per call.
query Parameters
latLatitude.
lonLongitude.
langPreferred language.
radiusSearch radius in kilometers.
Reverse geocode. › Responses
Reverse-geocode result.
typeForward geocode.
Turn a place name or address into coordinates. Returns a GeoJSON FeatureCollection ranked by relevance.
Quota cost: 1 unit per call.
query Parameters
qFree-text query.
langPreferred language (ISO 639-1, or default).
limitMaximum number of results.
latBias results toward this latitude.
lonBias results toward this longitude.
bboxRestrict results to a bounding box: minLon,minLat,maxLon,maxLat.
Forward geocode. › Responses
Forward-geocode results.
type