MapActivity手势问题
我使用 MapActivity 并遇到以下问题:
当我使用多点触控手势放大或缩小时,有时地图会冻结并显示空白显示。有人见过这个吗?
I use a MapActivity and have the following problem:
When I zoomin or zoomout with a multitouch-gesture, sometimes the Map freezes and a blank display is shown. Has anybody seen this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里发布了一些对我有用的代码。
随机 MapView 强制关闭:NullPointerException com.google.googlenav.map.Tile.getTile
我认为当您放大太多并且 MapView 找不到图块时,就会发生这种情况。
Have posted some code here which works for me.
Random MapView Force Close : NullPointerException com.google.googlenav.map.Tile.getTile
I think this happens when you zoom in too much and the MapView does not find the tiles.