Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7

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.
In This Article
Back to top Copyright © 2022 Esri.