Add map survey view - to measure a point
This commit is contained in:
@@ -124,7 +124,7 @@ class NavigationViewController extends GetxController {
|
||||
RxInt vehicleNumber = 5.obs;
|
||||
late Location internalGpsLogger;
|
||||
Location internalGpsLocation = Location();
|
||||
late StreamSubscription<LocationData> internalGpsLocationSubscription;
|
||||
late StreamSubscription<LocationData>? internalGpsLocationSubscription;
|
||||
|
||||
late List<Polyline<Object>> pathLayer = [];
|
||||
|
||||
@@ -193,7 +193,7 @@ class NavigationViewController extends GetxController {
|
||||
// internalGpsLogTimer.cancel();
|
||||
// }
|
||||
|
||||
internalGpsLocationSubscription.cancel();
|
||||
internalGpsLocationSubscription!.cancel();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user