Class KmlIcon
A KML icon object.
Inheritance
System.Object
    KmlIcon
  Implements
System.ComponentModel.INotifyPropertyChanged
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlIcon : INotifyPropertyChanged
  Remarks
A KML icon specifies the location and refresh parameters of an overlay image (KmlGroundOverlay or KmlScreenOverlay).
Constructors
| Name | Description | 
|---|---|
| KmlIcon(Uri) | Initializes a new instance of the KmlIcon class. Creates a KML icon from the provided path to an image file.  | 
      
Properties
| Name | Description | 
|---|---|
| RefreshInterval | Gets or sets an icon's refresh interval.  | 
      
| RefreshMode | Gets or sets an icon's refresh mode.  | 
      
| Uri | Gets the Uri to this icon's image file.  | 
      
| ViewRefreshMode | Gets or sets an icon's view refresh mode.  | 
      
| ViewRefreshTime | Gets or sets an icon's view refresh time.  | 
      
| Name | Description | 
|---|---|
| INotifyPropertyChanged.PropertyChanged | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.6 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.6 - 200.8 | 
| Xamarin.Android | 100.6 - 100.15 | 
| Xamarin.iOS | 100.6 - 100.15 | 
| UWP | 100.6 - 200.8 | 
Relevant samples
Create and save KML file: Construct a KML document and save it as a KMZ file.
  Edit KML ground overlay: Edit the values of a KML ground overlay.