Tuesday, 10 September 2013

Info / details overlay view over MapView

Info / details overlay view over MapView

I have a FrameLayout with a com.google.android.gms.maps.MapViewin it. Now,
when the user taps on a marker or info window (the small one over the
marker), I want to overlay a part of the map with a detail view that shows
detail information to that marker / location. So almost exactly like in
the current Google Maps app on tablets (shows an information view on the
left side of / over the map.
I tried putting my information view into the same FrameLayout that
contains the MapView, expecting it to overlay the map. But the view is
never shown.
Does anyone know how this is done?

No comments:

Post a Comment