TomTomSDKLocationTracesRecorder
TomTomSDKLocationTracesRecorder
The Location Traces Recorder module records location traces during navigation sessions. This module enhances the navigation experience by facilitating the collection and storage of location data, which can be useful for analysis, debugging, or user feedback.
Functionalities
- LocationTracesRecorder defines methods for starting and stopping the recording of location traces.
- LocationTracesRecorderFactory provides a factory method to create an instance of the LocationTracesRecorder. This method allows for customization of the recording location and file naming.
API Overview
The following declarations are provided by module TomTomSDKLocationTracesRecorder.
-
Responsible for recording the location traces from the navigation session. The instance of
LocationTracesRecordercan be created usingLocationTracesRecorderFactory.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol LocationTracesRecorder : AnyObject
-
Creates implementations of
LocationTracesRecorderAPI.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum LocationTracesRecorderFactory
TomTom SDK for iOS (0.71.1)
TomTomSDKLocationTracesRecorder