Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 google_maps_flutter 上的标记图标?
谢谢!
final BitmapDescriptor icon = await BitmapDescriptor.fromAssetImage( const ImageConfiguration(), 'assets/icon.png'); Marker( markerId: MarkerId('marker'), position: LatLng(latitude,longitude), icon: icon, )