What is the correct way of providing a search bar of locations to my Google Maps activity? I would like to let users search their destination... Is there any API call or library that cab help?
B4A, B4i and B4J classes are attached. PlacesAutocompleteView is based on SearchView. It calls Google's Places autocomplete API to let the user select a place. Once selected it sends another request to get the exact location. You can get other information as well. B4A project depends on...
It certainly can be done. The documentation says the following as in png.
It is under the autocomplete service "places types", and (regions) colletion. I don't know how to properly call this...