fixed OpenStreetMap initialization

This commit is contained in:
Myzel394 2022-08-25 07:47:42 +02:00
parent eb9237d8c1
commit 57a0428325

View File

@ -33,6 +33,7 @@ class _MemoryMaterialMapsState extends State<MemoryMaterialMaps> {
latitude: widget.location.latitude, latitude: widget.location.latitude,
longitude: widget.location.longitude, longitude: widget.location.longitude,
), ),
initMapWithUserPosition: false,
); );
} }