disabled gps zoom to current location when popup
This commit is contained in:
@ -904,6 +904,11 @@ class DestinationController extends GetxController {
|
||||
indexController.loadLocationsBound();
|
||||
}
|
||||
});
|
||||
centerMapToCurrentLocation();
|
||||
}
|
||||
|
||||
void centerMapToCurrentLocation() {
|
||||
indexController.mapController.move(LatLng(currentLat, currentLon), 17.0);
|
||||
}
|
||||
|
||||
void connectionChanged(String val) {
|
||||
|
||||
Reference in New Issue
Block a user