Hi, i have a procces in javascript, this contain an arrays of
points ..
<code>
initialize();
for( var i = 0; i < array_points.length; i++ )
{
save_points(array_points[i]); //
geocoder and save in BD
}
</code>
If length of array limit exceded a 12/13 an registry, can't locate
some an existing address...even if records of arrays points are all
equals and valids...
API have a limit of requests for determinated time?
I suspect that tread requests
Thanks !
pd: sory for my english :P i'm argentinian!
--
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.