googlemaps / googlemaps/flutter-navigation-sdk
[Feature request]: NavigationApi.setApiKey() method introduced in Android SDK 7.6.0
- 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
In the Flutter Navigation SDK v0.9.0 update, the underlying Android Navigation SDK has been upgraded to v7.6.0. This Android version introduces a new method: NavigationApi.setApiKey().
I have searched the official documentation but could not find any information regarding this method. It is unclear if this specific Android functionality has been exposed to the Flutter layer yet.
### Proposal
1. Current Support Status: Does the current Flutter SDK (v0.9.0) already support this method? If so, could you provide a code snippet or documentation link demonstrating how to call it from the Flutter side?
2. Feature Request: If this method is not yet supported in the Flutter wrapper, we would like to request its implementation.
Contributor guide
Assessment
This issue has not been assessed yet.