Geocode Address
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)
Responses
- 200 OK
- 422 (Unprocessable Entity)
- Error message in JSON response
- 500
- Something has gone horribly wrong, please let us know.