Quote:
Originally Posted by steveh
Any ideas? It is only a problem with my app, the google maps app works ok including reverse geocoding!
Update - The app is also deployed on another iphone with a different location, network etc and it's experiencing the same problem. Is the google reverse geocoding aware of the app?
|
Both of my apps just started working again!!! So here what I think took place:
1. Google limits number of geocoding requests
2. Hence Apple's guidance (in iPhone OS Programming guide) how to use geocoder sparingly (batch request, not too many requests, etc)
3. My original code did not have any optimizations.
4. production code sends much fewer requests.
So I think the problem is too many requests from the specific device.
On the separate note, there are other services to look into, like cloudmade.com, to to geocoding