districts.getDistrictFromLatLong gets the district that a provided latitude/longitude pair falls within.
There are two required parameters for getDistrictFromLatLong:
Errors are indicated by setting the HTTP status code to 400 and returning a text string describing the error. The following errors may be encountered in districts.getZipsFromDistrict:
<pre> <response> <districts> <district> <state>NC</state> <number>4</number> </district> </districts> </response> </pre>
<pre> {"response": {"districts": [{"district": {"state": "NC", "number": "4"}}] } } </pre>