IconStyle class
Represents the styling of an Icon symbology
Signature:export declare class IconStyle
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| Anchor | number[] | Anchor of the icon (standard it is center-bottom) | |
| Height | number | Height of the icon | |
| Legend | string | URL used for the icon display in the legend | |
| LockRotation | boolean | Whether to lock the icon rotation (true) or keep the icon always north (false) | |
| Rotation | number | Rotation in degrees, 0 is north | |
| RotationField | string | Define a field that contains the rotation in degrees, 0 is north | |
| RotationOffset | number | Offset of the rotation which is added to the rotations provided | |
| Url | string | URL to the icon | |
| Width | number | Width of the icon |