解决了因为自动刷新无法点击的Marker bug

This commit is contained in:
董宏宇
2020-01-13 14:33:52 +08:00
parent c7cd1641e1
commit 14dd2cc568
4 changed files with 48 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ public class MarkerServiceHandler {
* 绘制Marker
*/
public static void drawMapMarker(MarkerResponse response) {
lastMarker = null;
getMarkerManager().removeMarkers();
// 解析不同的Marker类型然后对应的进行绘制