This commit is contained in:
wangcongtao
2020-02-20 15:46:39 +08:00
parent 5367a82c47
commit 8047ee92cc
5 changed files with 38 additions and 3 deletions

View File

@@ -431,7 +431,7 @@ public class AMapNaviViewWrapper implements IMogoMapView,
style.strokeWidth(0);
style.radiusFillColor( Color.TRANSPARENT );
style.myLocationIcon(
BitmapDescriptorFactory.fromResource(R.drawable.map_api_ic_current_location));
BitmapDescriptorFactory.fromResource(R.drawable.map_api_ic_current_location2));
mMapView.getMap().setMyLocationStyle(style);
}
}