25-4/14/1
This commit is contained in:
@@ -36,7 +36,9 @@ class GoogleDriverMap extends StatelessWidget {
|
||||
cameraTargetBounds:
|
||||
CameraTargetBounds.unbounded, // Allow unrestricted movement
|
||||
onCameraMove: (position) {
|
||||
locationController.myLocation = position.target;
|
||||
//todo
|
||||
// locationController.myLocation = position.target;
|
||||
//
|
||||
// controller.mapController
|
||||
// ?.animateCamera(CameraUpdate.newCameraPosition(position));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user