I am using Geocoder "getFromLocation" API provided as part of Google SDK in my Android application (Link https://developer.android.com/reference/android/location/Geocoder.html) to get location address details. The input parameters fed to this API are latitude, longitude which are obtained from "getLastKnownLocation" API of Location Manager.
I would like to know if there is any API usage limit per day for Geocoder "getFromLocation" API provided by Google as this API does not ask for any API KEY?
Any input on this will be very helpful. Thanks