maps.gurudocs
Documentation

Reverse Geocoding

Info

Coming Soon — Reverse geocoding is not yet available on maps.guru. This page documents the planned API surface. Check back soon for updates.

Reverse geocoding will convert geographic coordinates (latitude, longitude) into human-readable addresses.

Planned Endpoint

GET /v1/reverse?lat={latitude}&lng={longitude}&key={api_key}

Planned Parameters

ParameterTypeRequiredDescription
latnumberYesLatitude (-90 to 90)
lngnumberYesLongitude (-180 to 180)
langstringNoResponse language (ISO 639-1, default: en)
zoomnumberNoDetail level (0-18, higher = more specific)