disabled map rotation
This commit is contained in:
parent
26380dc55b
commit
87462fa205
@ -18,6 +18,9 @@ class _MapViewState extends State<MapView> {
|
||||
options: const MapOptions(
|
||||
initialCenter: LatLng(50.354, 7.5845),
|
||||
initialZoom: 16,
|
||||
interactionOptions: InteractionOptions(
|
||||
flags: InteractiveFlag.all & ~InteractiveFlag.rotate
|
||||
)
|
||||
),
|
||||
children: [
|
||||
TileLayer(
|
||||
|
Reference in New Issue
Block a user