On Nov 12, 5:07 pm, Dave Brown <[email protected]> wrote:
> I was googling for ways to trigger opening a markers infowindow
> without having to click on the marker itself ( in my case a list ) and
> that seemed to be a suggested method using the dispatchEvent method.
> As follows:
>
> marker.dispatchEvent(new MapMouseEvent(MapMouseEvent.CLICK,
>        marker,marker.getLatLng(), true, false));
>
> Hmmm looks like i've chasing a wild goose so to speak...

Aha. If I Google for that, I get references to the Flash API. So
that's Flex code, not Javascript.

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=.


Reply via email to