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の水平ラッピングを避けるには?
属性または機能はありますか?
私はそれを自分で見つけました。
http://cartodb.github.io/mobile-android-samples/com/carto/components/Options.html#setSeamlessPanning-boolean-
MapView.Options.SeamlessPanning = false;