前车引导线 修改line绘制zindex为20000
This commit is contained in:
@@ -30,7 +30,7 @@ public class RouteOverlayDrawer {
|
||||
|
||||
private RouteOverlayDrawer(Context context) {
|
||||
mPolylineOptions = new MogoPolylineOptions();
|
||||
mPolylineOptions.zIndex(10000f);
|
||||
mPolylineOptions.zIndex(20000f);
|
||||
// 绘制路径集合
|
||||
mPolylinePointList = new ArrayList<>();
|
||||
// 引导线颜色
|
||||
|
||||
Reference in New Issue
Block a user