我在带有交通路径的Google地图上绘制了一条自定义路径,但是自定义路径绘制在交通路径下方有一个问题
weakReference.get().lineOptions.addAll(points); weakReference.get().lineOptions.width(weakReference.get().getResources().getDimension(R.dimen._20mk));
weakReference.get().lineOptions.color(weakReference.get().getResources().getColor(R.color.green));
weakReference.get().lineOptions.geodesic(true);
weakReference.get().lineOptions.zIndex(Float.MAX_VALUE);
weakReference.get().binding.dashboard.setTime(CommonData.time);