better map style

This commit is contained in:
Remy Moll 2024-07-08 12:21:22 +02:00
parent bec1827891
commit 4466f29a3d

View File

@ -70,6 +70,7 @@ class _MapWidgetState extends State<MapWidget> {
onCameraIdle: _onCameraIdle, onCameraIdle: _onCameraIdle,
// onLongPress: , // onLongPress: ,
markers: markers, markers: markers,
cloudMapId: '41c21ac9b81dbfd8',
); );
} }
} }