-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support to open map navigation/route guidance in app. #46
Comments
i am having the same issue. |
Hi there, I am facing the same issue but i fixed this by editing some plugin code. FlutterCarPlaySceneDelegate.swift
added a function launchMaps which should be called to redirect. FCPPointOfInterest.swift
I had overiden the primary button functionality to call the launch function. in Flutter:
Use the POI template like mentioned here. |
Use a real device with carplay simulator for testing |
Hello @oguzhnatly , I am working in flutter app which requires to show direction and route guidance between two points.
Sharing screenshot for reference.
Can we add this functionality in the map showing above (CPPointOfInterestTemplate)?
I glanced to the native integration also which explained here https://developer.apple.com/documentation/carplay/integrating_carplay_with_your_navigation_app
And also go through CPPointOfInterestTemplate and flutter_carplay limitations.
I am newbie to flutter. Could you please explain possibilities I have mentioned.
Thanks.
The text was updated successfully, but these errors were encountered: