-
Notifications
You must be signed in to change notification settings - Fork 319
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
Directions API Banner instructions #582
Conversation
c7cfd4a
to
7268b73
Compare
3928870
to
d44cb69
Compare
@cammace @Guardiola31337 this PR is good for 👀 now - only thing that needs to land before we merge is |
909c4a1
to
35adb03
Compare
@@ -69,6 +69,9 @@ dependencies { | |||
// AWS Polly | |||
implementation dependenciesList.polly | |||
|
|||
// Picasso | |||
implementation dependenciesList.picasso |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are using Picasso for one specific use case, it might be better just handling image loading ourselves to eliminate an additional dependency. Otherwise, I do think Picasso is one of the smallest image loading SDKs out there.
35adb03
to
1cfce58
Compare
@ericrwolfe updated with correct |
1477b0b
to
c7d1a42
Compare
396c97e
to
1f144e7
Compare
1f144e7
to
b9b5a00
Compare
* master: Update Strings with Transifex Translations (mapbox#657) Added embedded navigation example (mapbox#654) Release 0.9.0 (mapbox#663) Update README.md for 0.9.0 (mapbox#664) Add Maneuver type exit rotary constant (mapbox#653) Update Maps and Services dependencies (mapbox#661) Add FasterRouteDetector to check for quicker routes while navigating (mapbox#638) Directions API Banner instructions (mapbox#582) NavigationTelemetry update cue for changing configurations (mapbox#648) Moved WaypointNavigationActivity from the SDK to the test app (mapbox#652) Exposes the MapboxMap in NavigationView with a getter method (mapbox#642) Add language to NavigationViewOptions with default from RouteOptions (mapbox#635) # Conflicts: # libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/NavigationEngine.java # libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/NavigationService.java
InstructionView
BannerInstructionMilestone
to provideMilestone
updates along the route (similar to how we fire voice announcements)cc @ericrwolfe