You don't get all the markers on the map because you request too many geocoding requests at once. You should either store the coordinates, either add a time interval between the requests.
Best regards On Mar 30, 6:13 pm, Paulo Becker <[email protected]> wrote: > Hi! > > I am using an Excel macro to display points of interest in an address > database using Google Maps. I create an .html file with a list of the > addresses that I want to show, and a simple JavaScript function to > show those addresses in Google Maps. Then I open that .html file > locally on my computer. > > Problem is, the map behavior seems inconsistent at best. Sometimes it > will display most, if not all the points that are in the file. But > sometimes it will only display a random subset of them. > > I individually checked the addresses of all the points using Google > Maps and all of them point directly to a location, so I know there's > nothing wrong with the addresses. Maybe there's something wrong with > the way I'm trying to display them? > > If someone could please take a look at the file and tell me what could > be wrong with it, I'd be really really thankful. I've uploaded it > here: > > http://rapidshare.com/files/369970775/test.html > > Thank you for reading! -- 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.
