On May 28, 11:12 am, electronbender <[email protected]> wrote:
> Seriously? Only one marker?:))) What am i to do with only one?:)

If you *do* have more than one marker, then you need a helper function
to create them, as demonstrated by Mike: http://econym.org.uk/gmap/basic1.htm
(Sorry, sarcasm is lost on me)

Once you have added a click listener to a marker to open its
infoWindow, you can trigger the click programmatically:
  GEvent.trigger(marker,"click");
where "marker" is the reference to your marker. You might need marker
[1], for example, if you have an array.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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