ensure that show my location button and compass show
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user