laptop and a wrench

不具合

After a tile map package is loaded, the SetViewpointAsync() method animates only to the east/west direction and ignores the north/south direction.

最後に公開された状態: April 14, 2017 ArcGIS Runtime SDK for Xamarin
不具合 ID 番号 BUG-000102852
送信されましたFebruary 10, 2017
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK for Xamarin
見つかったバージョン100.0.0
オペレーティング システムWindows OS
オペレーティング システムのバージョン8.1
ステータスWill Not Be Addressed

参考情報

This is by design. The first Layer loaded by the Map determines the Spatial Reference of the Map and the effective maximum extent. In the case of the reproducer, it is still possible to pan E/W because wraparound is enabled (by default). If the MapView.WrapAroundMode property is set to WrapAroundMode.Disabled, then the extent is restricted in both the N/S and E/W directions. To enable a larger navigable extent, pass the desired Spatial Reference into the Map constructor and optionally an InitialViewpoint for the initial extent, as shown in the example code below: Map map = new Map(SpatialReferences.WebMercator); map.Basemap.BaseLayers.Insert(0, localTiledLayer);

再現の手順

不具合 ID: BUG-000102852

ソフトウェア:

  • ArcGIS Runtime SDK for Xamarin

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動