Sometimes there are 8 locations, sometimes more > than 8, but there should be 19 markers displayed on the map, as you > can see in the source code in the array on line 243.
I don't see an array on line 243, I see repeated calls to the geocoder. I suspect that this may be the problem, that you are making those calls too fast and falling foul of the rate limit. You could try putting in some error handling to see if that is the problem: http://econym.org.uk/gmap/geo.htm and if it is, maybe this will be of use: http://econym.org.uk/gmap/geomulti.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
