-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
I noticed that this problem only occurs when I have these 2 lines of code or only the first line.
_controller.buildRoute(waypoints);
_controller.startNavigation();
This code works but the app crashes if I forcibly cancel the navigation using the "X" button in the navigation view.
Only when removing these 2 code will fix the issue but also removing the initial route created. Meaning I now have to manually click on where I have to go.
After I went through the packaged and copied the SampleNavigationApp() screen, the same problem also happens.
Metadata
Metadata
Assignees
Labels
No labels