I am trying to replicate this feature of Maps in Android:
You can see that on the map, t
Extend the class ItemizedOverlay to override the draw() method. The Canvas where overlays are drawn is passed to that method and you can call drawCircle or anything that's needed to make your range dragger appear.
Canvas