Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在这个链接上查看Hello MapView,但它已经关闭了几天,所以我会在这里问我的问题:
我添加了一个看起来像标记的覆盖项。我想根据我更新的位置移动标记。有什么方法可以定位现有标记并更新位置,还是我需要删除它并重新绘制它?
谢谢
您可以在函数中删除和重绘onLocationChanged(),但更有效的方法是使用MyLocationOverlay如本例所示。
onLocationChanged()
MyLocationOverlay