Geocoding
Forward Geocoding
Find precise location coordinates by searching for a place name, returning an array of matching locations.
Request Sample
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
name | string | The name of the place you want to search for | yes |
apiKey | string | Your API key for accessing Gebeta Maps. | yes |
Response Codes for Forward Geocoding API
Status Code | Message | Description |
---|---|---|
200 | OK | The request was successful. The system found a valid route and returned the requested data. |
404 | NoRoute | No route exists between the specified locations. Confirm that the locations are accessible by route. |
401 | Not Authorized - No Token | Authentication failed. No valid token was provided. Please include a valid authentication token. |
401 | Not Authorized - Invalid Token | The authentication token provided is either invalid or expired. Use a current, valid token. |
422 | InvalidInput | The request parameters are incorrect. Review the input values and adjust as needed. |