android - GeoCoder throws "service not available" exception and geocoding api has usage limits -


i have seen similar question none of them cleared doubts. geocoder.getfromlocationname() throws exception "service not available", solution problem reboot device. can use geocoding api has usage limits upto 25000 request per day. so, how other apps "maps" , "google drive" being running. using geocoding api or "android.location.geocoder" class?

i'm not familiar andriod. however, limit of geocoding has 2,500 requests per day (map loads per day 25,000).

usage limits

use of google geocoding api subject query limit of 2,500 requests per day. (user of google maps api business may perform 100,000 requests per day.)

google maps api business starts $10,000 per year of 2013/08/26 (we've spoken person google couple of days ago).


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -