Forward Geocoding
Info
Coming Soon — Forward geocoding is not yet available on maps.guru. This page documents the planned API surface. Check back soon for updates.
Forward geocoding will convert human-readable addresses or place names into geographic coordinates (latitude and longitude).
Planned Endpoint
GET /v1/geocode?q={query}&key={api_key}
Planned Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | — | Search query |
limit | number | No | 5 | Maximum results (1-50) |
lang | string | No | en | Response language (ISO 639-1) |
bbox | string | No | — | Bounding box filter |
countrycodes | string | No | — | Comma-separated ISO 3166-1 alpha-2 codes |