Hey Esa- Thanks for the tip. I've tried that, and I get the same exact results. Which is weird, because these two methods shouldn't be returning the same results. Any more ideas? Or can you think of any ways to go about puling the click coords?
Thanks! On Aug 20, 4:50 am, Esa <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
