Creating Custom Overlay on the map

前端 未结 3 2118
北荒
北荒 2020-11-29 20:25

I am trying to replicate this feature of Maps in Android: \"Custom

You can see that on the map, t

3条回答
  •  旧巷少年郎
    2020-11-29 21:12

    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.

提交回复
热议问题