On Wed, Mar 13, 2013 at 6:39 PM, Edward Lin <[email protected]> wrote: > If I am using RelativeLayout to position the popup over the marker, is there > any way I can get the location of the marker on the mapFragement when I > click the marker?
Well, you know the latitude and longitude of the marker, as you created it. You can get a Projection that will help you convert that to an on-screen pixel coordinate. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.6 Available! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

