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

  • 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.
    See more

    Declaration

    Swift

    public protocol LocationTracesRecorder : AnyObject