PersonalData
Implementations of PersonalData enable easy access to personal data.
Important: This is a Public Preview API. It may be changed or removed at any time.
Personal data refers to personal locations (home/work/favorites), recent destinations routing and guidance, and potentially other data needed to create navigation applications that are "connected" to the users digital life. In a later increment vehicle information (spec and state) will be made available as well.
Functions
Adds an update listener to be notified of any changes to any of the data within the user profile.
Clears the user profile synchronously from persistent storage.
Closes the PersonalData instance.
Loads the user profile synchronously from persistent storage.
Loads the user profile asynchronously from persistent storage.
Removes an update listener for changes to any of the data within the user profile.
Stores the user profile with the changes provided synchronously to persistent storage.