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 plugin #12

Closed
zugaldia opened this issue Apr 11, 2017 · 7 comments
Closed

Navigation plugin #12

zugaldia opened this issue Apr 11, 2017 · 7 comments
Assignees
Labels

Comments

@zugaldia
Copy link
Member

Currently we bundle the Navigation SDK for Android (https://github.com/mapbox/mapbox-navigation-android) with no explicit dependencies on the Map SDK. This makes the Navigation SDK light-weight, well-contained, and suitable of a wide range of applications.

However, there're some specific features that a navigation app would build on top of the Maps SDK (like route layers updated as the user navigate, or traffic #4). Let's bring this functionality as a navigation-focused plugin.

cc: @mapbox/navigation

@cammace
Copy link
Contributor

cammace commented May 12, 2017

Picking this ticket up, the plugin should be called something like navigation-viewport and begin by handling two different occurrences that depend on the MapboxMap object. The route line can be drawn in runtime styling with a casing. The other feature being camera adjustments for speed, maneuver zones, etc.

@cammace cammace self-assigned this May 12, 2017
@zugaldia
Copy link
Member Author

the plugin should be called something like navigation-viewport

Why not simply NavigationPlugin? Unless we envision more than one navigation plugin, that name seems the clearer option.

@Guardiola31337
Copy link
Contributor

Guardiola31337 commented Jun 13, 2017

A great feature to have would be to give users the possibility of having the puck centered so the camera animates automatically when receiving indications.
Would it make sense to include that feature in the Mapbox Navigation SDK?

@cammace
Copy link
Contributor

cammace commented Jun 13, 2017

@Guardiola31337 the navigation pucks independent from the navigation plugin, the puck can be found in the location layer plugin. For the camera animating as the user traverses along the route, this navigation plugin has the intention to handle this, though it's still in its early days.

@cammace
Copy link
Contributor

cammace commented Jul 14, 2017

The Navigation UI Plugin makes this ticket obsolete since it will depend on the map sdk. https://github.com/mapbox/mapbox-navigation-android/tree/master/navigation/libandroid-navigation-ui

closing.

@cammace cammace closed this as completed Jul 14, 2017
@zugaldia
Copy link
Member Author

@cammace is there a ticket on https://github.com/mapbox/mapbox-navigation-android where we could track the release of the new libandroid-navigation-ui module?

@cammace
Copy link
Contributor

cammace commented Jul 17, 2017

Not really, i'm a bit confused on how we will be tracking projects now with the new issue tracking through ZenHub. I'll work with @ericrwolfe on getting something setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants