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
| Parameter | Type | Required | Description |
|---|---|---|---|
lat | number | Yes | Latitude (-90 to 90) |
lng | number | Yes | Longitude (-180 to 180) |
lang | string | No | Response language (ISO 639-1, default: en) |
zoom | number | No | Detail level (0-18, higher = more specific) |