MapView中的缩放级别会影响我可以向南/向北平移的距离

时间:2019-01-30 14:14:28

标签: android google-maps

我已经将MapView添加到了android应用程序中,并使其可以在几乎所有方面按预期工作。

不起作用的一个方面是,我无法将地图平移到地图的最南端(或实际上是最北端)。更值得注意的是,根据平移级别,我可以平移的限制有所不同:放大得越多,我可以平移的任一极点都越近。

在每个这些图像中,我都将地图平移到最南的位置:

map showing the bottom of new zealand and the top of the south pole

a more zoomed in map showing more of south pole inland

a still more zoomed in map showing even more of south pole inland

您可以看到,在随后的缩放后的地图中,可以看到第一张地图中位于地图视图边缘下方的南极部分。

要提出基于将我对MapView的使用替换为MapFragment的建议,请接受MapFragment不存在的前提。我说前提而不是解释我的原因,因为解释会很广泛,即使使用片段也可以解决,我仍然希望理解视图为什么按照我的描述行事。

0 个答案:

没有答案