You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case if users want to listen to the changes from CPInterfaceController they can set their own delegate object to CarPlayManager.interfaceController.delegate. Since CarPlayManager also internally listens to these changes it'll be overwritten and some internal behavior will break: for example routes, which were requested and shown in preview mode will still be visible after dismissing preview. Example:
The text was updated successfully, but these errors were encountered:
MaximAlien
added
UI
Work related to visual components, Android Auto, Camera, 3D, voice, etc.
CarPlay
Bugs, improvements and feature requests on Apple CarPlay
labels
Aug 4, 2021
Mapbox Navigation SDK version:
main
In case if users want to listen to the changes from
CPInterfaceController
they can set their own delegate object toCarPlayManager.interfaceController.delegate
. SinceCarPlayManager
also internally listens to these changes it'll be overwritten and some internal behavior will break: for example routes, which were requested and shown in preview mode will still be visible after dismissing preview. Example:The text was updated successfully, but these errors were encountered: