Skip to content
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

navigation sdk integration (android only) #773

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

OlegKrymskyi
Copy link

@OlegKrymskyi OlegKrymskyi commented Nov 17, 2024

Extend mapbox view with the navigation sdk integration

Here is how it looks with my implementation:
https://youtube.com/shorts/VItnracOUAU

In this version I've integrated Mapbox Navigation SDK 3.5.0-beta1 into the current Mapbox View widget without Navigation UI (I think navigation ui componenets must be exposed in separete flutter package).

Besides, this version expose NavigationLocationProvider which allows to fetch current user location when process running on background.

However, I have to notice a few things:

  • I don't want to implement iOS version till this will be review, as if I have to change some of the contracts/naming, I at lest won't have to do this in iOS and will do this only in Android version
  • I am C# dotnet developer, and I have a doubts that I did this android version right

@OlegKrymskyi OlegKrymskyi requested a review from a team as a code owner November 17, 2024 21:50
@OlegKrymskyi OlegKrymskyi requested a review from evil159 November 17, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant