删除测试数据;gps参数添加,地图侧根据非gps坐标做处理

This commit is contained in:
liujing
2021-04-29 11:47:36 +08:00
parent 9a141f1e7f
commit 10578f47d8
3 changed files with 61 additions and 66 deletions

View File

@@ -169,6 +169,7 @@ public class V2XWarnDataDrawer extends BaseDrawer implements IMogoStatusChangedL
.latitude(newLocation.getLat())
.longitude(newLocation.getLon())
.anchor(1.0f, 1.0f)
.setGps(true)
.zIndex(MarkerDrawer.MARKER_Z_INDEX_HIGH);
optionsRipple
.icon(ViewUtils.fromView(new EmptyMarkerView(mContext)));