Class KmlIcon
A KML icon object.
Inheritance
System.Object
KmlIcon
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.GetHashCode()
System.Object.GetType()
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
(Kml
Constructors
Name | Description |
---|---|
Kml |
Initializes a new instance of the Kml |
Properties
Name | Description |
---|---|
Refresh |
Gets or sets an icon's refresh interval. |
Refresh |
Gets or sets an icon's refresh mode. |
Uri | Gets the Uri to this icon's image file. |
View |
Gets or sets an icon's view refresh mode. |
View |
Gets or sets an icon's view refresh time. |
Name | Description |
---|---|
INotify |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.6 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 100.15 |
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.