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

Clean up CarPlay route preview pane #2120

Merged
merged 2 commits into from May 2, 2019
Merged

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Apr 30, 2019

Removed the “street address” from the CarPlay route preview pane; it was set redundantly to the destination waypoint’s name. For consistency, call CarPlayManagerDelegate.carPlayManager(_:willPreview:) also when programmatically starting a new route in CarPlay. Show statistics like the distance and estimated travel time when previewing a selected route.

preview-single

preview-multi

choose-multi

Fixes #2090.

/cc @mapbox/navigation-ios

@1ec5 1ec5 added bug Something isn’t working op-ex Refactoring, Tech Debt or any other operational excellence work. feature New feature request. CarPlay Bugs, improvements and feature requests on Apple CarPlay labels Apr 30, 2019
@1ec5 1ec5 added this to the v0.32.0 milestone Apr 30, 2019
@1ec5 1ec5 requested review from frederoni and JThramer April 30, 2019 18:49
@1ec5 1ec5 self-assigned this Apr 30, 2019
1ec5 added 2 commits May 1, 2019 15:34
Removed the “street” from the CarPlay route preview pane; it was set redundantly to the destination waypoint’s name.
@1ec5 1ec5 force-pushed the 1ec5-carplay-preview-stats-2090 branch from ab9743a to 98701f0 Compare May 1, 2019 22:34
Copy link
Contributor

@frederoni frederoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but shouldn't the bottom image also show the alternative routes on the map?

@1ec5
Copy link
Contributor Author

1ec5 commented May 2, 2019

shouldn't the bottom image also show the alternative routes on the map?

That hasn’t been implemented yet; tracking in #2122.

@1ec5 1ec5 merged commit e821fc9 into master May 2, 2019
@1ec5 1ec5 deleted the 1ec5-carplay-preview-stats-2090 branch May 2, 2019 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working CarPlay Bugs, improvements and feature requests on Apple CarPlay feature New feature request. op-ex Refactoring, Tech Debt or any other operational excellence work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show statistics when previewing routes in CarPlay
2 participants