LocationTracesRecorder

Responsible for recording the location traces from the navigation session. The instance of LocationTracesRecorder can be created using LocationTracesRecorderFactory.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
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.

Link copied to clipboard
abstract fun stopRecording()

Stops the recording of the location traces. Calling this method will have no effect if the startRecording was not called previously.