I'm trying to drive GE Plugin from a touch screen. I get back an X, and Y 
for a given touch and can do something like:

var targetElement = document.elementFromPoint(data.x, scaledY);
if (null != targetElement) {
     var event = $.Event ("click");
    $(targetElement).trigger (event);
}

to raise an event for a button on the screen but this does not click on 
placemarkers within the GE Plugin. Is there an easy way to fire a click 
event on these markers?

Many thanks for any help you can provide.

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/Sn9G_QldWcUJ.
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