Insert search bar Google Maps

1

How do I enter a search bar in Google Maps on Android? I need something similar to the image below:

For this result, will I have to use Text and OverLay? Are there any examples to help you understand?

    
asked by anonymous 08.04.2015 / 14:57

1 answer

1

You need to develop your own bar. There is a similar option available that can be customized:

Remembering that the purpose of the API is to provide access to the features of the system, so that the interface handling it does not matter at all. Example of this is the return of this search: Only the longitude and latitude of the searched location, which data you will manipulate as you wish.

    
14.04.2015 / 21:14