Erro
Número de ID do Erro | BUG-000165254 |
---|---|
Enviado | February 21, 2024 |
Última Modificação | August 21, 2024 |
Aplica-se à | ArcGIS Runtime SDK for .NET |
Versão encontrada | 100.15 |
Sistema Operacional | Android |
Versão do Sistema Operacional | N/A |
Status | Will Not Be Addressed |
Suggested workaround is to trigger a redraw of the map. For example following code will trigger a redraw by minimally changing the size of the mapview and then revert it back.
``` protected override void OnResume() { var mv = (MapView)MainPage.FindByName("MyMapView"); mv.Margin = new Thickness(1, 0, 0, 0); EventHandler sizeChanged = null; sizeChanged = (s, e) => { MapView mapView = (MapView)s; mapView.SizeChanged -= sizeChanged; mapView.Margin = new Thickness(); }; mv.SizeChanged += sizeChanged; } ```
ID do Erro: BUG-000165254
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri