added travel from current location
This commit is contained in:
@ -136,7 +136,9 @@ class DestinationMapPage extends StatelessWidget {
|
||||
LatLngBounds bounds = c.bounds!;
|
||||
indexController.currentBound.clear();
|
||||
indexController.currentBound.add(bounds);
|
||||
indexController.loadLocationsBound();
|
||||
if(indexController.currentUser.length <= 0){
|
||||
indexController.loadLocationsBound();
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user