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. See http://econym.org.uk/gmap/geomulti.htm and
http://econym.org.uk/gmap/geo.htm

Andrew

http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical

--

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.


Reply via email to