ev-map/EVMap

Android Auto: Check out SuggestionManager

Closed this issue · 2 comments

https://developer.android.com/reference/androidx/car/app/suggestion/SuggestionManager
-> might show recently viewed charging stations, or favorites that are nearby?

Not sure if this is only available for navigation apps though

Hmm, it is documented as:
throws HostException ..
"if the call is invoked by an app that is not declared as a navigation app in the manifest"
but I could not find this check implemented in the current source code ...

yeah, seems like it's only available for navigation apps so far 😞 Reported as a feature request: https://issuetracker.google.com/issues/286928903