示例#1
0
 /// <summary>
 /// Clear all features. This is invoked by the KML engine so that it can cleanly process multiple
 /// KML files with each as a separate graphics layer.
 /// </summary>
 public void Clear()
 {
     placemarks.Clear();
     groundOverlays.Clear();
     networkLinkControl = null;
     containers.Clear();
     styles.Clear();
 }
        /// <summary>
        /// Clear all features. This is invoked by the KML engine so that it can cleanly process multiple
        /// KML files with each as a separate graphics layer.
        /// </summary>
        public void Clear()
        {
            placemarks.Clear();
			groundOverlays.Clear();
			networkLinkControl = null;
			containers.Clear();
			styles.Clear();
        }