Disable location updates

  • Vehicle location tracking can be disabled by setting locationTrackingEnabled to NO or false.

  • 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