Reputation: 447
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.
Upvotes: 1
Views: 5238
Reputation: 2472
You must implement Overlay. And draw circle like in FixedMylocationOverlay in draw method.
Upvotes: 1