enableSyncVehicleNavigationFavorites

abstract suspend fun enableSyncVehicleNavigationFavorites(vpaIdentifier: VpaIdentifier, enable: Boolean)

Enables or disables vehicle navigation favorites syncing with a VPA. If vehicle navigation favorites syncing is enabled, the VPA can, for example, help navigate to the favorite locations stored in the vehicle. Favorites will be uploaded to the VPA service.

Parameters

vpaIdentifier

The VPA for which the vehicle navigation favorites syncing setting should be updated. This is the identifier given by the VPA in VpaProperties.vpaIdentifier.

enable

true if vehicle navigation favorites syncing should be enabled, false otherwise.