On Tue, Aug 28, 2012 at 12:37 PM, dica <[email protected]> wrote: > I'd like to allow a user to draw a region on top of a Google map and get the > GPS coordinates of the drawn region. Can somebody advise how this is done?
On the second part, the Projection object can convert between pixel coordinates and microdegrees. On the first part, you will need to intercept touch events and draw on an Overlay, I guess. -- 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.1 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

