I'm wondering if there is a limit for GClientGeocoder.getLatLng? It
seems that my implementation only pulls the first 10 requests and any
subsequent calls do not return a point.
var geocoder = new GClientGeocoder();
geocoder.getLatLng(address, function(point) {
if (!point) {
alert('no point for: ' + address);
// subsequent 10 have no point
} else {
// First 10 have a point
}
I cannot find this limit documented anywhere. Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---