Insert Google Maps search bar

Asked

Viewed 1,162 times

1

How to insert a search bar in Google Maps on Android? Need something similar to the image below:

Busca Google Maps

For this result, will I need to use Text and Overlay? Is there an example to help you understand?

  • Is that not the effect you want? http://answall.com/questions/48356/como-deixarimageview-atras-dos-botoes/48365#48365

  • Yes, the effect is this. But the doubt is about the same search, not the layout. I was looking to imagine that the insertion of a search bar in Google Maps would be part of the API (such as when the "Mylocation" button is enabled). Since it is not part of the API, how to do?

1 answer

1


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

Recalling that the purpose of the API is to provide access to functionalities of the system, so that in this way there is no importance to the interface that manipulates it. Example of this is the return of this search: Only the longitude and latitude of the searched location, data which you will manipulate as you wish.

  • I tested it here and it was just that. Thank you!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.