Shani
Shani

Reputation: 447

Draw 15Km radius around point in Android

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

Answers (1)

skyman
skyman

Reputation: 2472

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

Upvotes: 1

Related Questions