mapbox-maps-android icon indicating copy to clipboard operation
mapbox-maps-android copied to clipboard

Handle touch events for interaction with custom widgets.

Open yunikkk opened this issue 3 years ago • 3 comments

While the custom widget renderer PR had been merged, there are a couple of follow ups that needs to be addressed to fully support Android Auto using new renderer.

This ticket is tracking adding onClick/onTouch to detect if user interacts with widgets. At the moment it's blocked by lack of support from the Android Auto API's. The ticked tracks feature request from Google.

yunikkk avatar Feb 14 '22 19:02 yunikkk

https://developer.android.com/reference/androidx/car/app/SurfaceCallback#onClick(float,%20float)

This is where it's being added. But I tested it about a month ago and it's not working yet.

Commenting to also ensure that we will be able to add an api to MapboxCarMap or MapboxCarMapGestureHandler

kmadsen avatar Sep 07 '22 16:09 kmadsen

Is there any plan of soon adding this feature?

mj09 avatar Mar 08 '24 08:03 mj09