views:

464

answers:

2

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?

+2  A: 

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

remi bourgarel
Are you sure about this?http://groups.google.com/group/google-maps-api/browse_thread/thread/cd36104df92241cf/
HasanGursoy
I'm sorry, I edited my post.
remi bourgarel
+3  A: 

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.

Daniel Vassallo
Very clear, thanks
HasanGursoy
Probably this system: http://212.175.126.190/fx/sd/ uses unlimited vesion :). User: demo Pwd: demo10.9-c: "dispatch, fleet management, business asset tracking, or similar enterprise applications (the Google Maps APIs can be used to track assets (such as cars, buses or other vehicles) as long as the tracking application is made available to the public without charge."
HasanGursoy
Dead link in the comment.
Michaël