Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Google Map with marker animating Info Box

I am developing an Android app, and I would like whenever I click on some markers on a Google Map V2, to have an info box animating on the bottom of the page. So practically I want to achieve the same effect as Google Maps. As you can see on the image, if I click on the Tube marker, then a box with additional information opens on the bottom of the screen.

enter image description here

Does the Google Maps library support something like that? or should I custom implement that and how?

like image 341
michalis Avatar asked Feb 14 '26 08:02

michalis


1 Answers

For people who want to achieve something similar, there is a possible duplicate here as a starting point:

Animation in RelativeLayout to slide down

like image 123
michalis Avatar answered Feb 16 '26 21:02

michalis