laptop and a wrench

Bug

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

Last Published: April 14, 2017 ArcGIS Runtime SDK for Xamarin
Bug ID Number BUG-000102852
SubmittedFebruary 10, 2017
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK for Xamarin
Version found100.0.0
Operating SystemWindows OS
Operating System Version8.1
StatusWill Not Be Addressed

Additional Information

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);

Steps to Reproduce

Bug ID: BUG-000102852

Software:

  • ArcGIS Runtime SDK for Xamarin

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options