Hi, can you enter an address in an edittext and see it in a mapview in android studio?
I want to enter an address in an edittext and see it in a mapview, but I do not know if that is possible.
Hi, can you enter an address in an edittext and see it in a mapview in android studio?
I want to enter an address in an edittext and see it in a mapview, but I do not know if that is possible.
Of course you can do what you say, for this you must use < strong> Google Places API
You can create a AutoCompleteAdapter so that when writing an address it is searched directly in the places defined in Google Maps.
You can add a EditText
to write an address and the autocomplete would generate the address and then the point on the map.
This is an example of an application to write 2 points, source and destination and generate the route between the 2 points.