Hi, 

>From time to time (every some days), with no change in my code, I get an 
IOException when calling the geocoder from my android application.

I call the geocoder.getLocationFromName() like this:

List<Address> newAddresses = gc.getFromLocationName(arg0.toString(), 10);
And I get an IOException with message: "RPC failed with status 1:

Has anyone run into this?

I have a suspicion of what this might be, but maybe I'm wrong. In the 
Geocoding terms [1] it says that *"Note: the Geocoding API may only be used 
in conjunction with a Google map; geocoding results without displaying them 
on a map is prohibited. For complete details on allowed usage, consult the Maps 
API Terms of Service License 
Restrictions<http://code.google.com/apis/maps/terms.html#section_10_12>
."*
*
*
I still do not show the results in a map.


[1] http://code.google.com/apis/maps/documentation/geocoding/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to