Google Maps Android Api Geocoder quotas -


if using android google maps api , inside code use geocoder class such this:

geocoder.getfromlocation(                 location.getlatitude(),                 location.getlongitude(),                 // in sample, single address.                 1); 

am using android api or using geocoder api? ask because android api seems have unlimited quotas while geocoding api has quota? if make reverse geocoding calls android device limited?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -