Geocode Address With Bias
This function will take a search string, attempt to geocode it, and return coordinates. Search string can be as simple as a zip code or as complex as a free form address field.
Path
Method
Required Parameters
- search_string (string to be geocoded)
Optional Parameters
Important: You must choose either country or region. Using both together may lead to unexpected results.
- country (string, ISO-3166 Alpha 2 country code)
- region (string, ISO-3166 Alpha 2 country code)
- language (string, two character language code, found here)
Responses
- 200 OK
- 422 (Unprocessable Entity)
- Error message in JSON response
- 500
- Something has gone horribly wrong, please let us know.