【发布时间】:2020-05-21 16:32:13
【问题描述】:
【问题讨论】:
-
缩放级别是问题所在。您的应用可以为用户设置合适的开始缩放级别和限制。
-
@MarkusKauppinen 感谢您的回复
标签: android openstreetmap osmdroid
【问题讨论】:
标签: android openstreetmap osmdroid
找出我自己。
map.setHorizontalMapRepetitionEnabled(false);
map.setVerticalMapRepetitionEnabled(false);
map.setScrollableAreaLimitLatitude(MapView.getTileSystem().getMaxLatitude(), MapView.getTileSystem().getMinLatitude(), 0);
【讨论】: