views:

493

answers:

1

Hi, I want to draw a a circle of 15 KM radius around a point on Google Maps by using Android. In Android we only have MapView and MapViewController. How can I implement the drawCircle funciton provided in Google Map Circle example in Android.

A: 

You must implement Overlay. And draw circle like in FixedMylocationOverlay in draw method.

skyman