Unplanned
Last Updated: 27 Dec 2016 12:53 by ADMIN
ADMIN
Petar Mladenov
Created on: 20 Oct 2015 07:42
Category: Map
Type: Bug Report
2
Map: PolylineData Points.Clear() does not update the UI in the VisualizationLayer
Polyline object in VisualizationLayer is not updated if you clear its Points collection.

The expected behavior is that the Polyline is not visible on the Map.

As a workaround,  you can remove the PolylineData directly from the Layer.

this.layer.Items.Remove(polylineData);
0 comments