如何在 Android 中保存屏幕方向上的地图叠加层和当前地图中心?
我正在尝试创建一个在用户位置上带有叠加图像的地图活动。目前,我可以通过在onRetainNonConfigurationInstance中返回mapV.getMapCenter()来维持屏幕旋转时的地图状态。
但是当屏幕旋转时如何保存地图状态和用户位置(叠加图像)?
I am trying to create a map activity with an overlay image on the user location. Currently, I can maintain the map state when the screen is rotated by returning mapV.getMapCenter() in onRetainNonConfigurationInstance.
But how can I save both the map state and the user location (Overlay image) when the screen is rotated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用持有者对象。
User a holder object.