Public Member Functions | |
| float | getScale () |
| void | setScale (float scale) |
| float | getHeading () |
| void | setHeading (float heading) |
| KmlIcon | getIcon () |
| void | setIcon (KmlIcon icon) |
| KmlVec2 | getHotSpot () |
| float KmlIconStyle.getScale | ( | ) |
Resizes the icon.
| void KmlIconStyle.setScale | ( | float | scale | ) |
Resizes the icon.
| float KmlIconStyle.getHeading | ( | ) |
The direction that icons should point, clockwise, and in degrees. The default is 0 (North). Values range from 0 to 360 degrees.
| void KmlIconStyle.setHeading | ( | float | heading | ) |
The direction that icons should point, clockwise, and in degrees. The default is 0 (North). Values range from 0 to 360 degrees.
| KmlIcon KmlIconStyle.getIcon | ( | ) |
A custom Icon. In KmlIconStyle, the only child element of KmlIcon is href and href is an HTTP address or a local file specification used to load an icon.
| void KmlIconStyle.setIcon | ( | KmlIcon | icon | ) |
A custom Icon. In KmlIconStyle, the only child element of KmlIcon is href and href is an HTTP address or a local file specification used to load an icon.
| KmlVec2 KmlIconStyle.getHotSpot | ( | ) |
Specifies the position within the Icon that is anchored to the point specified in the placemark. The x and y values can be specified in three different ways: as pixels, as fractions of the icon, or as inset pixels, which is an offset in pixels from the upper right corner of the icon. The x and y positions can be specified in different ways. For example, x can be in pixels and y can be a fraction. The origin of the coordinate system is in the lower left corner of the icon.