diff --git a/lib/main.dart b/lib/main.dart index f1228ae..0eb02ae 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -188,6 +188,8 @@ class SignMapScreenState extends State { scrollGesturesEnabled: true, tiltGesturesEnabled: true, rotateGesturesEnabled: true, + myLocationButtonEnabled: true, + compassEnabled: true, mapType: MapType.normal, onMapCreated: (controller) { mapController = controller;