On Sun, Nov 28, 2010 at 4:42 PM, Emre A. Yavuz <[email protected]> wrote:
> Does anybody have a piece of code or a link that can guide me to draw a > circle on a MapView to mark the accuracy of the location estimation ? > > Is using GPolygon() the only way ? > No, you can just use this: Canvas.drawCircle()<http://developer.android.com/reference/android/graphics/Canvas.html#drawCircle%28float,%20float,%20float,%20android.graphics.Paint%29> . ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

