265 调整小地图路线宽度.更换起终点icon

This commit is contained in:
lianglihui
2022-04-07 20:32:43 +08:00
parent 24821b618f
commit cde0d82777
8 changed files with 35 additions and 31 deletions

View File

@@ -262,7 +262,7 @@ public class SmallMapDirectionView
new PolylineOptions()
.addAll(mCoordinatesLatLng)
.color(Color.argb(255, 31, 127, 255))
.width(5));
.width(6));
}
// else {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 7.5 KiB