LocationTracesRecorder
public protocol LocationTracesRecorder : AnyObject
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.Starts the recording of the location traces. If the recording was already started, calling this method will have no affect.
Declaration
Swift
func startRecording()
Stops the recording of the location traces.
Calling this method will have no effect if the startRecording
was not called previously.
Declaration
Swift
func stopRecording()