4/2/8
This commit is contained in:
@@ -30,7 +30,7 @@ class GoogleDriverMap extends StatelessWidget {
|
||||
),
|
||||
onCameraMoveStarted: () {},
|
||||
onCameraMove: (position) {
|
||||
// locationController.myLocation = position.target;
|
||||
locationController.myLocation = position.target;
|
||||
print(position);
|
||||
},
|
||||
minMaxZoomPreference: const MinMaxZoomPreference(6, 18),
|
||||
|
||||
Reference in New Issue
Block a user