Hello, need some help.
Using the sample Custom Overlay and capturing a right click event for
the map.
Right clicking the custom overlay is always show null(overaly
parameter) as if the Custom overlay is not responding to the right
click. This does not occur for Google overlays as such marker, Screen
overlay, etc..
GEvent.addListener(map, 'singlerightclick' , function (pixel,
element, overlay){
GLog.write('Pixel: ' + pixel + ' Element: ' + element + '
Overlay: '
+ overlay);
});
Any help would be appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---