I have called the following event listeners GEvent.addListener(marker, 'click', myLeftClick) GEvent.addListener(map, "singlerightclick", myRightClick) google.earth.addEventListener(geInstance.getWindow(), 'click', geClickEvent)
When not in G_SATELLITE_3D_MAP mode, things works well: myLeftClick is called when left clicking on a marker myRightClick is called when right clicking on a marker geClickEvent is not called. When in G_SATELLITE_3D_MAP mode: myLeftClick is called when left clicking on a marker myRightClick is never called when I either left or right click on the marker geClickEvent is always called when I left or right click on the marker Questions: Is there a way to get myRightClick to fire in G_SATELLITE_3D_MAP mode? Alternatively, is there a way to get the GMarker from the KmlMouseEvent when geClickEvent is called? (This would be my preferred approach.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
