I'm using a SupportMapFragment to get a handle to GoogleMap. the Fragment itself is inside a LinearLayout, with some other Views. If I click on a Marker, a View is comming from the bottom up, scrolling the GoogleMap up (like in the original MapsApp, but the bottom View is not layered OVER the GoogleMap, but is reducing its height). If the Bottom View is coming up or down, it shows black rectangles on the empty area for about half a second, before the Map is showing on that place again.
This behavior is really ugly, and doesn't give the user a smooth experience. The problem of Layering my bottomView on top of GoogleMaps is, that the visible center of the Map isn't the real center. So what can I do to "get rid of"/reduce this behavior?