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
Is there is a way to automatically navigate another screen when user reached to the location without showing this end navigation screen. Its only goto next screen after clicked end navigation. I want to do this automatically
Is there is a way to automatically navigate another screen when user reached to the location without showing this end navigation screen. Its only goto next screen after clicked end navigation. I want to do this automatically
Future _onEmbeddedRouteEvent(e) async {
_distanceRemaining = await MapBoxNavigation.instance.getDistanceRemaining();
_durationRemaining = await MapBoxNavigation.instance.getDurationRemaining();
}
}
The text was updated successfully, but these errors were encountered: