geocode
Translate coordinates to the closest address(es)/places/stops.
get/api/v1/reverse-geocode
Query parameters
placestring required
latitude, longitude in degrees
type'ADDRESS' | 'PLACE' | 'STOP'
location type
Optional. Default is all types.
Only return results of the given type. For example, this can be used to allow only ADDRESS and STOP results.
numResultsinteger
Optional. Number of results to return.
If omitted, 5 results are returned by default. Must be <= server config variable reverse_geocode_max_results.
Response
A list of guesses to resolve the coordinates to a location