startRecording

abstract fun startRecording()

Starts the recording of the location traces. If the recording was already started, calling this method will have no affect. They are saved using the provided LoggerStrategy.

See also

Throws

If the recording cannot be started due to:

  • Lack of storage permissions.

  • Insufficient free space on the device. Ensure that the application has the necessary permissions and available storage before invoking this method.