Derive from the Overlay class and override the draw method to draw what you
need. In this case, you can simply draw two circles. One for your center
point, and one for your radius. You can figure out how big the latter needs
to be using the Projection in the MapView object to convert distance to
screen pixels. Finally just add an instance of your new Overlay to the map
view you're using.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to