On Thursday, December 23, 2010 10:08:55 PM UTC-6, bruce wrote: > > Hello, > > Assuming that I already have my two geocodes, and call API to get > directions from first geocode to second one, will this operation count > against my geocode limit? I assume it shouldn't since I already have > the geocodes. Please confirm this. > > Any number of times you can call directions service without any issue directions(polylines) will be plotted on the map if you have the lat/lng (geo-codes). This worked for me. like I have done this with nearly 200 points (i.e., 100 pairs). I prepared the polylines using directions service and plotted on the map.
> My second questions is, is there anyway we can track the number of > geocodes for the key? This way we can stop processing geocodes to > prevent the service from going down. > > we can geocode upto 10 numbers at a time, from the 11th onwards server will throw QUERY_OVER_LIMIT exception. This I have observed while trying to do the batch geo-coding. If you try to geo-code more 2500 within 24 hrs Google will track your IP and block it for the further access (This I was read on the Maps API Premier FAQ's). Cheers Sankar T -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
