ArcGIS Runtime SDK for iOS
100.15
|
The KML icon of the ground and screen overlays.
The KML icon of the ground and screen overlays.
Instance Methods | |
(instancetype) | - initWithURL: |
Class Methods | |
(instancetype) | + KMLIconWithURL: |
Properties | |
NSTimeInterval | refreshInterval |
AGSKMLRefreshMode | refreshMode |
NSURL * | URL |
AGSKMLViewRefreshMode | viewRefreshMode |
NSTimeInterval | viewRefreshTime |
- (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.
URL | to an image file on the web, on disk or relative path to an image file on disk. |
+ (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.
URL | to an image file on the web, on disk or relative path to an image file on disk. |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readnonatomicstrong |
The URL of the KML icon.
|
readwritenonatomicassign |
The KML icon's view refresh mode.
|
readwritenonatomicassign |