Assigned
Status Update
Comments
po...@gmail.com <po...@gmail.com> #2
Workaround: Derive from MapView, override the missing methods and save/restore the current CameraPosition from the underlying map.
cb...@google.com <cb...@google.com> #3
Thanks for the bug report.
As a workaround, could you try using SupportMapFragment and Android's Support Library?
As a workaround, could you try using SupportMapFragment and Android's Support Library?
[Deleted User] <[Deleted User]> #4
I have also experienced this bug, however I have found no way to use SupportMapFragment when placing the map inside of a Fragment
lo...@gmail.com <lo...@gmail.com> #5
Is a fix planned?
jh...@google.com <jh...@google.com>
ra...@gmail.com <ra...@gmail.com> #6
hacking emergency helpline
ygsbtvfcegty6fbdg
ALL GOD CREATIVITY
ygsbtvfcegty6fbdg
ALL GOD CREATIVITY
jh...@google.com <jh...@google.com>
[Deleted User] <[Deleted User]> #7
Hi everyone I
ma...@google.com <ma...@google.com>
me...@thomaskeller.biz <me...@thomaskeller.biz> #8
Oh cool, it's obsolete bug day again!
tr...@google.com <tr...@google.com>
se...@gmail.com <se...@gmail.com> #9
Is there any workaround for saving and restoring the full MapView state (with markers, camera positions, and so on)?
We can't use MapFragment/SupportMapFragment because of
Description
As MapView does not override View.onSaveInstanceState(), its state is not saved which leads to an uninitialized (completely zoomed out and centered at (0,0)) map after re-attaching the fragment.
As a consequence, MapView cannot be used inside custom fragments which are detached / re-attached. However, this is badly needed, e.g. when working with ActionBar tabs. As tab contents itself are typically fragments and we cannot have nested fragments prior API Level 17, we have to define a fragment containing some other view elements and a MapView.
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************