It is mentioned in the documentation - ( https://developers.google.com/places/uplift ) If you are developing a web application that is only needed to find places, and not to post new places or Place Bumps, you should use the Maps library "Maps API, not use the Site Addresses web service. The Places library assigns a quota for each end user, not for each key. This means that your available quota is increasing with your user base, and not limited to a fixed amount.
I am developing my own Android application that uses the places API to search for places. However, after reading the above, can I implement the Places API Maps API in my Android app to get an increased quota? Can this be done using Google Maps V2? Or is this only applicable for the Javascript Google Maps API?
source
share