ArcGIS Runtime SDK for iOS: AGSKMLIcon Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSKMLIcon Class Reference

Description

The KML icon of the ground and screen overlays.

The KML icon of the ground and screen overlays.

Since
100.6
Inheritance diagram for AGSKMLIcon:
AGSObject

Instance Methods

(instancetype) - initWithURL:
 

Class Methods

(instancetype) + KMLIconWithURL:
 

Properties

NSTimeInterval refreshInterval
 
AGSKMLRefreshMode refreshMode
 
NSURL * URL
 
AGSKMLViewRefreshMode viewRefreshMode
 
NSTimeInterval viewRefreshTime
 

Method Documentation

◆ initWithURL:

- (instancetype) initWithURL: (NSURL *)  URL

Initialize this icon with URL to an image file on the web, on disk or relative path (for example, [NSURL URLWithString:"files/abc.png"] or @c [NSURL URLWithString:@"abc.png"]) to an image file on disk.

Parameters
URLto an image file on the web, on disk or relative path to an image file on disk.
Returns
A new kml icon
Since
100.6

◆ KMLIconWithURL:

+ (instancetype) KMLIconWithURL: (NSURL *)  URL

Initialize this icon with URL to an image file on the web, on disk or relative path (for example, [NSURL URLWithString:"files/abc.png"] or @c [NSURL URLWithString:@"abc.png"]) to an image file on disk.

Parameters
URLto an image file on the web, on disk or relative path to an image file on disk.
Returns
A new kml icon
Since
100.6

Property Documentation

◆ refreshInterval

- (NSTimeInterval) refreshInterval
readwritenonatomicassign

The KML icon refresh interval, in seconds.

See also
AGSKMLRefreshMode
Since
100.6

◆ refreshMode

- (AGSKMLRefreshMode) refreshMode
readwritenonatomicassign

The KML icon's refresh mode.

See also
AGSKMLRefreshMode, AGSKMLIcon::refreshInterval
Since
100.6

◆ URL

- (NSURL*) URL
readnonatomicstrong

The URL of the KML icon.

Since
100.6

◆ viewRefreshMode

- (AGSKMLViewRefreshMode) viewRefreshMode
readwritenonatomicassign

The KML icon's view refresh mode.

See also
AGSKMLViewRefreshMode, AGSKMLIcon::viewRefreshTime
Since
100.6

◆ viewRefreshTime

- (NSTimeInterval) viewRefreshTime
readwritenonatomicassign

The KML icon view refresh time, in seconds.

See also
AGSKMLViewRefreshMode
Since
100.6