Replies: 3 comments 6 replies
-
Seems the data you are looking for is on the progress_changed event |
Beta Was this translation helpful? Give feedback.
2 replies
-
So looks like a bug that needs to be worked on. Will take a look when I have some time. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is this happening on Android or iOS or both? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks, for making very nice library.
we Faceing Some Issues. MapBoxEvent.banner_instructions is never triggered
Future _onEmbeddedRouteEvent(e) async {
_distanceRemaining = await MapBoxNavigation.instance.getDistanceRemaining();
_durationRemaining = await MapBoxNavigation.instance.getDurationRemaining();
}
Beta Was this translation helpful? Give feedback.
All reactions