0
我想避免CARTO Xamarin Mobile SDK中的水平纏繞。 「避免水平包裝」意味着像OpenLayers 3的wrapX = false。如何避免CARTO Xamarin Mobile SDK中的水平纏繞?
是否有任何屬性或功能?
我想避免CARTO Xamarin Mobile SDK中的水平纏繞。 「避免水平包裝」意味着像OpenLayers 3的wrapX = false。如何避免CARTO Xamarin Mobile SDK中的水平纏繞?
是否有任何屬性或功能?
我自己找到了。
MapView.Options.SeamlessPanning = false;
你可以在這裏找到這樣的:
http://cartodb.github.io/mobile-android-samples/com/carto/components/Options.html#setSeamlessPanning-boolean-