Hi, Like i stated, this is only a shortened version of the code... the geocoder works, and for length of code reasons i took out a bunch of functions that slow the process down to ensure that all markers get their latlng.
As for a link, i unserstand, but unfortunately this is on our development server, inside our intranet infrastructure. So it would be impossible for me to send a link... if it's ok, i'd like to post the full geo() function to remove any confusion regarding naming and calling procedures? thanks! On Dec 17, 11:26 am, Andrew Leach <[email protected]> wrote: > On Dec 17, 4:12 pm, MaxOvrdrv <[email protected]> wrote: > > > I am looping through > > the array of addresses and pushing a new marker to my array every > > iteration, and then once all of the markers are in the array, i am > > declaring my MarkerClusterer object. > > > Here's my problem: my map shows nothing... is there anything special i > > am missing/should be doing? > > This isn't right: > ll=geocoder.getLatLang(x(i),function(point){ > What are the methods of GClientGeocoder? > > > here's a summary of the code i have... if from this you can't see the > > problem, let me know and i will post the entire script: > > No: please post a link, not code. Links allow debugging (see the > posting guidelines for more about that). In fact the line I quoted > should produce an error in your browser. > > Note too that geocoding in a tight loop in the way that you're doing > won't work reliably. > Seehttp://econym.org.uk/gmap/geomulti.htmandhttp://econym.org.uk/gmap/geo.htm > > Andrew > > http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...http://groups.google.com/group/google-maps-api/web/why-including-a-li... -- 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.
