GeoCoder getFromLocationName is not returning anything if I'm searching for business locations. Here's my search:
- Grocery locations, Commercial buildings -> No results
- School -> Find results, but only returning latitude and longitude to me To get the address based on the coordinates, the reverse geocode has to be done, but the address will not be correct.
- Full address -> Like the school, only latitude and longitude is returning
- Hospital and Pharmacy -> Returning latitude and longitude
I It has been tested on 1.6, 2.1 and 2.2 devices, which have Google Maps.
I am trying to figure out whether any limit has been explained on SDK, but there is no one besides:
Reverse Geocode Extensions in Detail The quantity is different, for example, the nearest road may be the complete road address, whereas in the second only the name of the city and the postal code can be geocodular class requires a backend service not included in the main Android framework. Land. Geocoder query methods will return an empty list if there is no backend service in the platform ()
[update] , so after research nights, I can not do it Do not Let Me Gain - Some discussions on Android-developers show a fact that when Google Navigation comes out, getFromBusinessName was released. So I think Google is pulling out some of its geocoding services.I can always create a webpage that uses the Google Geocoder API, but it is limited to 2500 API calls - and I do not think it will be legal (eligible). So what are my options here?
I hit the same problem, I know that the Geocoding API often does not return any returns. If I include the name of the business / place, but missing it, lat / lenght can be very less accurate.
I have practical solutions: 1. Call the API with the string with the business / place name 2. If this fails, then call it a second time without the business / place name, just know the address
I have not even seen a case where no place has returned, so it seems a civil agreement because it means that I get the least amount of data, if at times it is less accurate Is, and the second API calls Above is less than the threaded calls.
Comments
Post a Comment