Android MapView draggable marker

泄露秘密 提交于 2019-12-18 12:44:07

问题


I would like to create a draggable marker in Android MapView (com.google.android.maps.MapView), exactly like this: http://koti.mbnet.fi/ojalesa/exam/draggable.html.

I've already got an overlay pointing to the location I want, but I'd like the marker icon to be draggable like in the above example. Is there something ready to use for this or is it necessary to implement the dragging logic myself?


回答1:


You need to implement the dragging yourself. Here is a sample project demonstrating drag and drop of an OverlayItem from an ItemizedOverlay.



来源:https://stackoverflow.com/questions/4238530/android-mapview-draggable-marker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!