Hi Google,
There is a quota for Geocoding Web Service API and transaction limit is counted based on IP address. (2,500 per day, per ip address)
If I use Geocoding Web Service API for my mobile application and
the request from mobile application directly call the Google Geocoding Web Service API,
how to measure the transaction number ?
I wonder whether I can use Google Maps Javascript API (Map class) with Geocoding Web Service API,
and how to measure the transaction number.
And, why the quota policy is different between using Geocoder class in Javascript API and using Geocoding Web Service API?
(Quota for Javascript API is based on user session, but Quota for Web Service API is based on IP address.
In other words, quota for Web Service API is more limited.)
I'll wait for your response.
Thanks,
Kelly