Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps API limitations

Tags:

google-maps

I have a vehicle tracking system and I have a flash map which can request a map from my map server or a map from google map api. I do not understand the limitation of map api. It says "If more than 15,000 geocode requests in a 24 hour period are received from a single IP address..." Does this is limited only with my server or the limit is for client views?

like image 781
HasanG Avatar asked Mar 05 '10 09:03

HasanG


2 Answers

You are asking for the quota of the free Google Maps API, but note that you cannot use the free version for vehicle tracking. Article 10.9.C of Google Maps API Terms and Conditions explicitly restrict using the standard Google Maps API for fleet management and asset tracking. You would need the Google Maps API Premier to legally use Google Maps for your application.

The Premier API automatically comes with "advanced geocoding capabilities with greater volume and speed", so the limitations of the standard API should be superseded by new quotas.

As an additional side-note, according to one unofficial source (dated April 2008), the Premier API for vehicle tracking would cost USD 10,000 per year, which entitles you to track 100 vehicles. If you exceed the 100 vehicles, you would need to add USD 24 per additional vehicle per year.

like image 162
Daniel Vassallo Avatar answered Sep 20 '22 01:09

Daniel Vassallo


it's 15000 per day per IP http://code.google.com/apis/maps/faq.html#geocoder_limit

And 50k per day per key : http://www.google.com/intl/en/apis/maps/signup.html

like image 44
remi bourgarel Avatar answered Sep 19 '22 01:09

remi bourgarel