added GPS logs
This commit is contained in:
@ -400,7 +400,10 @@ class BottomSheetNew extends GetView<BottomSheetController> {
|
||||
LogManager().addLog("Distance from current point : $distanceToDest");
|
||||
LogManager().addLog(
|
||||
"forced distance for point : ${destinationController.getForcedChckinDistance(destination)}");
|
||||
LogManager().addLog("is already checked in : $isAlreadyCheckedIn");
|
||||
LogManager().addLog(
|
||||
"current point : ${destinationController.currentLat}, ${destinationController.currentLon} - ${DateTime.now().hour}:${DateTime.now().minute}:${DateTime.now().second}:${DateTime.now().microsecond}");
|
||||
|
||||
//LogManager().addLog("is already checked in : $isAlreadyCheckedIn");
|
||||
LogManager().addLog("Checkin radius : ${destination.checkin_radious}");
|
||||
LogManager().addLog("--${destination.cp}--");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user