Geocode autocomplete (type-ahead).
Type-ahead variant of /search/geocode/v1/forward, 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.
langResult language: en, de, fr, or default for local names (also the fallback when a result has no name in the requested language). Omit for local names; any other value is rejected with 400 bad_request.
limitMaximum number of suggestions.
Geocode autocomplete (type-ahead). › Responses
Autocomplete suggestions.
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.
langResult language: en, de, fr, or default for local names (also the fallback when a result has no name in the requested language). Omit for local names; any other value is rejected with 400 bad_request.
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.
typeReverse geocode.
Turn coordinates into the nearest named place.
Quota cost: 1 unit per call.
query Parameters
latLatitude.
lonLongitude.
langResult language: en, de, fr, or default for local names (also the fallback when a result has no name in the requested language). Omit for local names; any other value is rejected with 400 bad_request.
radiusSearch radius in kilometers.
Reverse geocode. › Responses
Reverse-geocode result.
type