4/3/8
This commit is contained in:
@@ -31,7 +31,8 @@ class GoogleDriverMap extends StatelessWidget {
|
||||
onCameraMoveStarted: () {},
|
||||
onCameraMove: (position) {
|
||||
locationController.myLocation = position.target;
|
||||
print(position);
|
||||
controller.mapController!
|
||||
.animateCamera(CameraUpdate.newCameraPosition(position));
|
||||
},
|
||||
minMaxZoomPreference: const MinMaxZoomPreference(6, 18),
|
||||
myLocationEnabled: true,
|
||||
|
||||
Reference in New Issue
Block a user