解决了marker异常问题

This commit is contained in:
董宏宇
2020-01-13 19:32:37 +08:00
parent 86b62498e6
commit b64197643e

View File

@@ -208,7 +208,7 @@ public class MarkerServiceHandler {
markerShowEntity.setBindObj(markerExploreWay);
markerShowEntity.setMarkerLocation(markerLocation);
markerShowEntity.setMarkerType(markerExploreWay.getType());
markerShowEntity.setTextContent(markerExploreWay.getUserInfo().getUserName());
markerShowEntity.setTextContent(markerExploreWay.getAddr());
markerShowEntity.setIconUrl(markerExploreWay.getUserInfo().getUserHead());
drawMapMarker(markerShowEntity);