KmlIconStyle

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.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(icon: KmlIcon? = null, scale: Double = 1.0)

Creates an icon style with the specified icon and scale. A null icon will result in the default yellow pushpin icon being used. An icon with an incorrect or inaccessible URI will result in a red cross icon being used.

Properties

Link copied to clipboard

The direction in decimal degrees. Values range from 0 (North) to 360 degrees. The default value is 0.

Link copied to clipboard

The position within the icon that is anchored to the point specified in the placemark.

Link copied to clipboard

The icon to be used by the placemark. A null icon will result in the default yellow pushpin icon being used. An icon with an incorrect or inaccessible URI will result in a red cross icon being used.

Link copied to clipboard

The scale factor that should be applied to the rendered icon.

Inherited properties

Link copied to clipboard

The KMLColorStyle's color.

Link copied to clipboard

The KMLColorStyle's color mode.