AI-generated Key Takeaways
-
Vehicle location tracking can be disabled by setting
locationTrackingEnabledtoNOorfalse. -
This action is typically performed at the end of a driver's shift to halt location updates.
When the driver finishes their shift, you can disable location updates for a
vehicle by setting locationTrackingEnabled to NO.
Swift
vehicleReporter.locationTrackingEnabled = false
Objective-C
_vehicleReporter.locationTrackingEnabled = NO