We use google map android api 2.0 to provide map functionality in our Android application. In our application, the Google map will be used to capture and display the location in the following cases.
Whenever a client opens the application (from androiddevice ) depending upon location services current location will be captured and using reverse geocoding process appropriate address will be generated. In reverse flow if any end user wants to enter address manually, using geocoding Service appropriate location will be showed on the map.
Here are my questions
1 → What is the daily map load(api calls) limit for google map android api 2.0 , as it is for google map javascript api 3.0 (25 thousand cards per day)?
2 → What is geocoding(android.location.Geocoder) limits(No. of geocoding request) per day? , we do not use server-side geocoding, which is limited to 2500 free queries per day. Does this limit apply to geocoding android.location.Geocoder?
3 → Our application is intended for state authorities, and a city citizen will use it because I can use the google map android api 2.0 or do I need to purchase the Google Maps Mobile SDK for business?
4 → What is the difference between Google Maps Mobile SDK for Business and Google Maps Android API 2.0 difference in terms of card load per day and gecoding limits?
5 → In which case scenario should I use the Google Maps Mobile SDK for Business and the Google Maps Android API 2.0?
Any answer explaining above would be very helpful.
Thank you in advance
source share