发布220使用
1、修复已知问题
2、DebugView改版,增加git信息
3、修改引导线颜色
4、修复红绿灯相关问题

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-01-10 16:10:25 +08:00
parent f24702a8cc
commit a6241e10f7
3 changed files with 100 additions and 79 deletions

View File

@@ -39,7 +39,7 @@ public class RouteOverlayDrawer {
private static final String markerType = "route_ending";
private RouteOverlayDrawer(Context context) {
mPolylineOptions = new MogoPolylineOptions();
mPolylineOptions.zIndex(30000f);
mPolylineOptions.zIndex(75000f);
mPolylineOptions.setGps(true);
// 绘制路径集合
mPolylinePointList = new ArrayList<>();