Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Library version used: 1.4.0
We currently have an Android Auto extension which mostly uses
PlaceListMapTemplate
. Users complain that they can't pan the map.PlaceListMapTemplate
(says "deprecated" on some documentation pages, but on that page & in code it's not marked as deprecated) andMapWithContentTemplate
.I also checkedhttps://github.com/android/car-samples but it's not maintained anymore and was last updated 2 years ago.
As far as I could tell, it's not possible to make PlaceListMapTemplate pannable. I've tried using Action.PAN and it does show an icon, but nothing changes when tapping it.
So then, it seems that one has to use MapWithContentTemplate, but this seems to be for using your own map renderer? Or how can this be used with Google Maps (like PlaceListMapTemplate)? The documentation just refers tohttps://developer.android.com/training/cars/apps#draw-maps which is not helpful to me. Thanks in advance :)