Geocoding - Forward and Reverse
Forward & Reverse Geocoding based on few different geocoders as OSM, ArcGis Esri, Google Maps. It returns data as Google Maps API, but in compact view with formatted address and geometry location lat and lng. If you use Google Maps API, but looking for something more affordable, you can just replace google API link with our API link and get same kind of responses.
Geocoding - Forward and Reverse endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Forward Geocoding /geocode |
This endpoint allows to get latitude and longitude by address data inserted in a query as a string . Response of this API looks like Google Maps API compact response . |
| GET |
Reverse Geocoding /reverse-geocode |
This endpoint allows to get address by latitude and longitude inserted in a query and separated by comma. Response of this API looks like Google Maps API compact response . |
Geocoding - Forward and Reverse pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $30 / month | 3 / second |
|
| ULTRA Recommended | $100 / month | 10 / second |
|
| MEGA | $200 / month | — |
|