On Sep 7, 7:53 am, syed raza <[email protected]> wrote: > i have try to do it with marker i add listner for marker right click first > of all single right click is not working for marker then i try it with click > but when i click on marker it creates context menu on the top left corner ?? > it is not getting the position of pixel for marker as i have used , > > var x=pixel.x; > var y=pixel.y; > > how would it get the position of pixel for Marker ? > > Hopes for your suggestions...
I suggest posting a link. Currently, I *guess* that "pixel" does not contain what you think it should, so pixel.x and pixel.y are evaluated as zero. Can't tell whether that's an error in the API, the documentation or your code. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
