标签: android google-maps leaflet google-maps-android-api-2
我试图限制用户超出指定的城市边界。在传单中,我使用地图对象的maxBounds属性或通过提供setMaxBounds&的southwest功能来实现此目的。 northeast点。这样就限制了滚动/缩放超出城市边界。
maxBounds
setMaxBounds
southwest
northeast
有没有像上面这样限制在Android中滚动/缩放Google地图的方法?