On Mar 24, 7:22 am, pguccini <[email protected]> wrote: > Hi, > I'm trying to display more addresses on the same map. > On 10th address, the script report the error ("not found") as wired in > showAddress() > Is 10 address the max limit in GoogleMaps? > > For example, following code in Playgroung (http://code.google.com/apis/ > ajax/playground/#geocoding_simple) woks well, but if you add a > "showAddress" line more, the last line will alert "not found"
Geocoding is asynchronous and subject to a quota and a rate limit. Check the errors. -- Larry -- 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.
