ensure that show my location button and compass show

This commit is contained in:
2025-04-21 23:39:59 -07:00
parent d1114db855
commit 5738ebde4f

View File

@@ -188,6 +188,8 @@ class SignMapScreenState extends State<SignMapScreen> {
scrollGesturesEnabled: true, scrollGesturesEnabled: true,
tiltGesturesEnabled: true, tiltGesturesEnabled: true,
rotateGesturesEnabled: true, rotateGesturesEnabled: true,
myLocationButtonEnabled: true,
compassEnabled: true,
mapType: MapType.normal, mapType: MapType.normal,
onMapCreated: (controller) { onMapCreated: (controller) {
mapController = controller; mapController = controller;