info: removed native map zoom controls
This commit is contained in:
parent
aa99129abf
commit
a1a1a55350
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ class ImageMapState extends State<ImageMap> with AutomaticKeepAliveClientMixin {
|
||||||
onMapCreated: (controller) => setState(() => _controller = controller),
|
onMapCreated: (controller) => setState(() => _controller = controller),
|
||||||
rotateGesturesEnabled: false,
|
rotateGesturesEnabled: false,
|
||||||
scrollGesturesEnabled: false,
|
scrollGesturesEnabled: false,
|
||||||
|
zoomControlsEnabled: false,
|
||||||
zoomGesturesEnabled: false,
|
zoomGesturesEnabled: false,
|
||||||
tiltGesturesEnabled: false,
|
tiltGesturesEnabled: false,
|
||||||
myLocationEnabled: false,
|
myLocationEnabled: false,
|
||||||
|
|
Loading…
Reference in a new issue