I have to check this, can you explain me the 4th step? only something like this: // getMarker give's a marker with the (id) here the 6th one. (array- element starting by 0) getMarker(5).click();
and after that it should show me the infowindow? i had anyway a little hack and buggy createMarker method. I've chosen "map" instead of "marker" variable in the Gevent.add(map, "click") something like this. It was for mouseover... I didn't get that with the normal version with marker, "click" as parameters. (or "mouseover") Greetz On Dec 14, 6:40 pm, near-a-point <[email protected]> wrote: > Steps > > 1) Create a marker > 2) Add the marker to an array > 2) Create content for the marker's infowindow - GEvent.addListener > (marker, "click", function() {} ) > 3) Push the marker onto your map > 4) Trigger the onclick event for the marker (e.g. myMarker.click()) > > http://www.nearapoint.com > > On Dec 14, 6:18 am, "[email protected]" <[email protected]> > wrote: > > > On Dec 14, 6:00 am, Emre Avsar <[email protected]> wrote: > > > > Hi > > > > i have a question, how can i popup the infowindow from a marker on > > > creating? > > > Have you seen Mike Williams' tutorial? > > >http://econym.org.uk/gmap/ > > > -- Larry -- 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.
