Merge remote-tracking branch 'origin/test_MogoAP_eagle-1030_211020_8.0.14.2' into test_MogoAP_eagle-1030_211020_8.0.14.2
This commit is contained in:
@@ -63,7 +63,10 @@ enum class EventTypeEnum(
|
||||
),
|
||||
|
||||
//结冰
|
||||
FOURS_ICE("10011", "路面结冰", "路面结冰", R.drawable.v2x_icon_jiebing_vr, content = "前方路面结冰", tts = "路面结冰"),
|
||||
FOURS_ICE(
|
||||
"10011", "路面结冰", "路面结冰", R.drawable.v2x_icon_jiebing_vr,
|
||||
"前方路面结冰", "路面结冰"
|
||||
),
|
||||
|
||||
//停车场
|
||||
FOURS_PARKING("10012", "停车场", "停车场", content = "停车场附近", tts = "停车场"),
|
||||
|
||||
@@ -130,6 +130,7 @@ public class RouteOverlayDrawer {
|
||||
mPolylinePointList.add(latLng);
|
||||
}
|
||||
mPolylineOptions.setGps(true);
|
||||
mPolylineOptions.zIndex(10000f);
|
||||
mPolylineColors.addAll(ColorUtils.getGradientAlpha("#002965ED", "#FF2965ED", "#002965ED", mPolylinePointList.size()));
|
||||
// 替换路径集合
|
||||
mPolylineOptions.points(mPolylinePointList);
|
||||
|
||||
Reference in New Issue
Block a user