I have a Fragment containing a MapView object and would like to equip it with a searchbar. I found Google Maps documentation on PlaceAutoCompleteFragment, however this only seems to work with a MapFragment, not a MapView.
Anyone know if it is possible to use this on a MapView object as well? Thanks!