Good morning. I have a doubt.
I'm using Google Maps native widget connected with Firebase. Working.
I created a scrollable Bottom Sheet to display information about the waypoints on my map, but when I move the bottom sheet the background map also moves.
Any tips for moving only the bottom sheet without moving the map when using bottom sheet scrolling?
in other words, I would like the map to freeze when I click on a marker and my bottom sheet opens. But it turns out that it moves when I move the bottom sheet, as if clicking on the bottom sheet goes through the bottom sheet and moves the map as well.
thanks!