Nokia Maps API Reference

Contents

Class nokia.maps.kml.Icon

Class Summary

This class represents the <Icon> tag from the KML specification.

The constructor initializes a new instance of the class, using the arguments provided by the caller.

new nokia.maps.kml.Icon (node)
Field Summary
String href A URL (either an HTTP address or a local file specification).
Direct Inheritance
Inherited from nokia.maps.kml.Link: href
Indirect Inheritance
Constructor Detail

This class represents the <Icon> tag from the KML specification.

The constructor initializes a new instance of the class, using the arguments provided by the caller.

new nokia.maps.kml.Icon(node)
Parameters:
{Node} node An XML node from the KML document that is being parsed
Documentation generated on Wed Jun 27 2012 16:54:27 GMT+0200 (CEST).