Android MapView:如何在 animateTo 和缩放后保存位置/缩放?
无论如何,我是否可以获得 animateTo 或 MapView 当前中心的一些位置信息,以便稍后恢复?缩放级别也一样吗?
谢谢!
Is there anyway I can get some position information for animateTo or current center of the MapView so I can restore it later? Also the same for zoom level?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 sharedPreferences ,请参阅此 示例 GetZoom() 和 SaveZoom() 函数您可以使用类似的
UPDATE::
MapView 类有一个方法 getZoomLevel() 返回地图的当前缩放级别。
对于 GeoPosition 检查 getLatitudeSpan() 和 getLongitudeSpan() 方法
Use sharedPreferences , see this example´s GetZoom() and SaveZoom() functions you can use something similar
UPDATE::
MapView Class has a method getZoomLevel() that returns the current zoom level of the map.
for GeoPosition check getLatitudeSpan() and getLongitudeSpan() methods