laptop and a wrench

Erro

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

Última Publicação: April 14, 2017 ArcGIS Runtime SDK for Xamarin
Número de ID do Erro BUG-000102852
EnviadoFebruary 10, 2017
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK for Xamarin
Versão encontrada100.0.0
Sistema OperacionalWindows OS
Versão do Sistema Operacional8.1
StatusWill Not Be Addressed

Informações Adicionais

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

Etapas para Reproduzir

ID do Erro: BUG-000102852

Software:

  • ArcGIS Runtime SDK for Xamarin

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download