You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a Polyline to the Map it gets shown.
When you remove it with Map.removePolyline(0) it gets removed from the aggregation - now empty - but stays visible in the drawn map.
A Map.getPolylines()[0].setVisisble(false) works fine.
When you add a Polyline to the Map it gets shown.
When you remove it with Map.removePolyline(0) it gets removed from the aggregation - now empty - but stays visible in the drawn map.
A Map.getPolylines()[0].setVisisble(false) works fine.