ArcGIS Runtime SDK for iOS
100.15
|
A KML icon style object.
Specifies how icons for placemarks and photo overlays with a point geometry are drawn. Color is blended with the existing color of the icon.
Instance Methods | |
(instancetype) | - initWithIcon:scale: |
Class Methods | |
(instancetype) | + KMLIconStyleWithIcon:scale: |
Properties | |
AGSColor * | color |
AGSKMLColorMode | colorMode |
double | heading |
AGSKMLImageCoordinate * | hotSpot |
AGSKMLIcon * | icon |
double | scale |
- (instancetype) initWithIcon: | (nullable AGSKMLIcon *) | icon | |
scale: | (double) | scale | |
Creates an icon style with the specified icon and scale.
An icon with an incorrect or inaccessible URL will result in a red cross icon being used.
icon | Icon for drawing the point placemarks. If nil is passed, the default yellow pushpin icon will be used. |
scale | Scale of the icon. |
+ (instancetype) KMLIconStyleWithIcon: | (nullable AGSKMLIcon *) | icon | |
scale: | (double) | scale | |
Creates an icon style with the specified icon and scale.
An icon with an incorrect or inaccessible URL will result in a red cross icon being used.
icon | Icon for drawing the point placemarks. If nil is passed, the default yellow pushpin icon will be used. |
scale | Scale of the icon. |
|
readwritenonatomicstronginherited |
The color.
|
readwritenonatomicassigninherited |
The color mode.
|
readwritenonatomicassign |
The direction in decimal degrees. Values range from 0 (North) to 360 degrees. The default value is 0.
|
readwritenonatomicstrong |
The position within the icon that is anchored to the point specified in the placemark.
|
readwritenonatomicstrong |
The icon to be used by the placemark.
If nil
is set, the default yellow pushpin icon will be used. An icon with an incorrect or inaccessible URL will result in a red cross icon being used.
|
readwritenonatomicassign |
The scale factor that should be applied to the rendered icon.