googlemaps / googlemaps/flutter-navigation-sdk
[Feature request]: Add customization to navigation UI enabled for CarPlay
- Dominant language
- Dart
- Stars
- 75
- Forks
- 54
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 5
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Use case
As of 0.5.1, SceneDelegate used in CarPlay is always hiding Navigation header like the following code: https://github.com/googlemaps/flutter-navigation-sdk/blob/00d2474e4d39f431a5e61e27a120c671fcb80c03/ios/google_navigation_flutter/Sources/google_navigation_flutter/BaseCarSceneDelegate.swift#L97-L100
I would like to set navigation header visibility for CarPlay from use site of this library.
### Proposal
One of the solutions I think is to make [`GoogleMapsNavigationView.setNavigationHeaderEnabled`](https://github.com/googlemaps/flutter-navigation-sdk/blob/00d2474e4d39f431a5e61e27a120c671fcb80c03/lib/src/google_maps_navigation_view_controller.dart#L50-L59) public method.
Contributor guide
Assessment
This issue has not been assessed yet.