Tools/maps/reverse_geocode

maps/reverse_geocode

Convert geographic coordinates into the nearest address or place.

0.1 credits / call ($0.0001)
charged on success

What it does

Resolves a latitude/longitude pair into the nearest address and the place hierarchy around it (street, neighborhood, city, region, country).

Primary use cases

  • Labeling a GPS coordinate with a human-readable address.
  • Finding the city or region a point falls in.

Good to know

Provide lat and lon as decimal degrees. Use type to control which feature level is returned and limit for how many nearby results.

Parameters

latnumberrequired

Latitude in decimal degrees.

lonnumberrequired

Longitude in decimal degrees.

langstringoptional

2-letter language code for result names (e.g. "en").

typestringoptional

Restrict to a result level.

limitintegeroptionaldefault: 1

Number of nearby results (1-20).

maps/reverse_geocode — Faro