how to get the google map's pageX when dragend ,the version is v3..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-03-31T11:17:31Z Indexed on 2010/03/31 11:53 UTC
Read the original article Hit count: 222

this is my code:

google.maps.event.addListener(marker, 'dragend', function(event) {
   alert(event.pageX)//undefined
});

and i want to get the (x,y) about mouse when dragend..

thanks

© Stack Overflow or respective owner

Related posts about google-maps-v3

Related posts about google-maps