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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -