On Jun 10, 1:29 pm, Sindhu CR <[email protected]> wrote: > thanks for the reply, > i did nt understand this "Count is per query."
Google count the number of geocoding requests you make. That's "getLocations" and similar. "new GClientGeocoder" doesn't make a request. > I have implemented some thing the one mentioned > here(http://code.google.com/apis/maps/documentation/javascript/v2/services... > > http://code.google.com/apis/maps/documentation/javascript/v2/examples... > ),but > I have included a for loop. So it's not the same. You still haven't provided a link to *your* map. > Plz suggest me if this wrong ,which is the right way to implement > batch reverse geocoding(max of 20 locations at a time). There isn't really a right way. There are a number of wrong ways, and some are definitely better than others. http://econym.org.uk/gmap/geomulti.htm (Mike mentions a limit of 15000; that's changed). Since you are specifically asking about batch processing, see 10.6 in the Terms: http://code.google.com/apis/maps/terms.html -- 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.
