> i am developing a web application which enhances addresses with > geodata. Those data are going to be used in staticmap requests later. > I am getting "OVER_QUERY_LIMIT" with the geocode/json part. > In order to avoid that situation, or getting banned by google at all, > the question is, if it is possible to query the amount of remaing > possible queries.
The daily limit is published, you can keep track yourself. http://code.google.com/apis/maps/documentation/geocoding/#Limits If you use shared hosting, it may not help much. It won't help you at all to try avoiding breaching the rate limits. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
