If you have to derive the click coordinates from the mouse event, I
think you should not use

    _gMap.fromContainerPixelToLatLng()

but

    _gMap.fromDivPixelToLatLng()

containerPixel is a pixel of map container and divPixel is a pixel of
moving map pane.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to