Closed CyberDNS closed 6 months ago
I add a GraphicsLayer to the MapView: await mapView.AddLayer(graphicsLayer);
Then, I clear its Graphics : await graphicsLayer.Clear();
Unfortunatly, the instruction fails.
I add a GraphicsLayer to the MapView: await mapView.AddLayer(graphicsLayer);
Then, I clear its Graphics : await graphicsLayer.Clear();
Unfortunatly, the instruction fails.