I use the "singlerightclick" listener to provide popup edit menus for
various objects on my map..
The following WORKED fine (up until a couple of months ago?)..
GEvent.addListener(gBBS.map, "singlerightclick", function
(point,src,overlay) {
..
if (overlay instanceof GMarker) { // Marker
..
} else if (overlay.index != undefined){ // control point
..
}
Now overlay instanceof GMarker returns true for control points!!
I tried to search the docs, group and changelog for more details.. but
haven't had any luck.
Did anyone notice the same thing? Has anything else changed WRT
control points?
Any help or pointers to docs/notes would be greatly appreciated..
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---