TomTomSDKPersonalDataDefault
TomTomSDKPersonalDataDefault
This module implements the `TomTomSDKPersonalData` functionality by utilizing local storage for the management of personal locations.
The module is ideal for use cases such as navigating to home or work, managing favorites, reviewing recent destinations, and syncing personal data across devices.
Use the `PersonalDataFactory` as the entry point to this module.
-
A factory to create
PersonalData
instances with an offline storage and/or online synchronization. See more information inPersonalData
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum PersonalDataFactory
-
Defines errors that could be produced by
PersonalDataFactory
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum PersonalDataFactoryError : Error, Equatable