Nokia Maps API Reference

Contents

Class nokia.maps.kml.Link

Class Summary

This class represents the <Link> 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.Link (node)
Field Summary
String href A URL (either an HTTP address or a local file specification).
Direct Inheritance
Constructor Detail

This class represents the <Link> 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.Link(node)
Parameters:
{Node} node An XML node from the KML document that is currently being parsed
Field Detail
readonly String href
A URL (either an HTTP address or a local file specification). Relative URLs can be used in this tag and are evaluated relative to the enclosing KML file.
Documentation generated on Wed Jun 27 2012 16:54:24 GMT+0200 (CEST).