- Legend to Symbols

-
Class nokia.maps.kml.Document
Class Summary
This class represents the
Extends
nokia.maps.kml.Container.
new nokia.maps.kml.Document
(node, styleContainer, featureStyle)
Direct Inheritance
Indirect Inheritance
Constructor Detail
This method initializes an instance of the Document class.
new nokia.maps.kml.Document(node, styleContainer, featureStyle)
Parameters:
| {Node} | node | An XML node from KML document, which is currently parsed |
| {nokia.maps.kml.StyleContainer} | styleContainer |
A list of
StyleSelector objects containing all global styles which can be referenced by id
|
| {nokia.maps.kml.FeatureStyle} | featureStyle | A list of locally defined styles which can be applied to the given object |