如何在Google地图上绘制路径

时间:2019-06-15 05:18:41

标签: android google-maps google-polyline

我在带有交通路径的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);

0 个答案:

没有答案