Haven't found a question/answer for this. When you put a Google Map inside a RecycleView (I'm using MapView inside a ViewHolder), the scrolling only works from left-to-right. Up-down scrolling is taken up by the RecycleView. Is there a way to provide normal (one finger) scrolling for the map view?
Thanks
RecycleView get by default up and down surface scroll. You have to separate it from the main view. By using NestedScrollView you can get this. Put your googlemap in NestedScrollView.