I'm displaying a GoogleMap v2
with plenty of Marker
's with their own customized .snippet()
layout.
When clicking on a Marker
, the map will move itself so the Marker is centered. The snippet will pop up and show itself above the Marker. Now my problem is that the snippet
is bigger (higher) than there is space above the Marker
!
How can I make the snippet beeing viewed in full size? I want everything of the snippet to be shown, so I don't have to scroll up to read the upper part of the content!
Thanks