On Jul 16, 9:57 am, SamuelKim <[email protected]> wrote: > > I'm not using Geocoding API, and the other Maps API Web Services too. > In this situation, is it possible that google blocks my application > because of the query over the limit?
If you're not using the API or a web service, how will Google block you? Both the API geocoder (GClientGeocoder) and the web service return status codes which tell you what's happened. GClientGeocoder.getLocations() returns 620; the web service returns OVER_QUERY_LIMIT. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
