I want to achive map behavior like in google maps application. Example: set marker on a shop somewhere in the bottom of the screen, click on that marker so info panel should open and overlay the marker, map moves it's content so marker is still visible. I don't know how to correctly quote this requirement so I've found nothing on that point in the internet. Is there any guide on this UI pattern?
Asked
Active
Viewed 374 times
2 Answers
2
If you google it, you will find a lot of code and documentation regarding it. Please visit the link https://developers.google.com/maps/documentation/android/
you can start from here https://developers.google.com/maps/documentation/android/start
you will find it very close to your requirement

Connecting life with Android
- 3,846
- 4
- 24
- 38
-
Thanks a lot. What I need is setPadding() method. – Lingviston Dec 05 '13 at 09:06
0
you can set your content in info window API reference is here
https://developers.google.com/maps/documentation/android/infowindows

Mitul Chauhan
- 49
- 1
- 2
- 9
-
-
-
Look at two screenshots in my post. If I knew how to correctly make a request for this feature I would find the guide myself. – Lingviston Dec 05 '13 at 09:03
-
i can't understand your requirement from screen shot because it is in chinese langugage – Mitul Chauhan Dec 05 '13 at 09:11