路径变更

This commit is contained in:
yangyakun
2022-05-24 18:56:19 +08:00
parent 90d480a84d
commit b1c24851ae
3 changed files with 1 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ public class TaxiPassengerMapDirectionView
//polylineOptions.colorValues(colorList); // 1FC3FF -> 57ABFF
//加上这个属性,表示使用渐变线
//polylineOptions.useGradient(true);
polylineOptions.width(10);
polylineOptions.width(15);
polylineOptions.lineCapType(PolylineOptions.LineCapType.LineCapRound);
polylineOptions.setCustomTexture(BitmapDescriptorFactory.fromResource(R.drawable.taxi_p_map_arrow));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 588 B