I am using GeocodeUSA 2.1.
I have several units driving around that I would like to do a address lookup from a lat/long. Most of the time this works without problems. However, I am seeing several that are not working and simply return a StreetNotFoundError. The locations in question are below. I have about 10,000 more like it.
Using geocoder.ca the first one resolves without problems:
http://geocoder.ca/?moreinfo=1&latt=36.9410743713379&longt=-108.250968933105&range=&reverse=Reverse+GeoCode+it%21
Is it possible to get the closest known address from the lat/long instead of just an exact match?
Even the state or zipcode the location is in would be helpful.
It seems it is either all or nothing with this.
+------------------+-------------------+
| latitude | longitude |
+------------------+-------------------+
| 36.9410743713379 | -108.250968933105 |
| 36.9420013427734 | -108.255447387695 |
| 36.9424591064453 | -108.256072998047 |
| 36.9424667358398 | -108.256072998047 |
| 36.9460945129395 | -108.255920410156 |
| 36.9497337341309 | -108.258598327637 |
| 36.9533958435059 | -108.261032104492 |
| 36.9536819458008 | -108.261680603027 |
| 36.9537239074707 | -108.261657714844 |
| 36.9537048339844 | -108.26195526123 |
+------------------+-------------------+