- Legend to Symbols

-
Class nokia.maps.kml.LinearRing
Class Summary
This class represents the
Extends
nokia.maps.kml.Geometry.
new nokia.maps.kml.LinearRing
(node, lineStyle, balloonStyle)
Direct Inheritance
Indirect Inheritance
Constructor Detail
This method initializes a new instance of the class.
new nokia.maps.kml.LinearRing(node, lineStyle, balloonStyle)
Parameters:
| {Node} | node | An XML node from KML document, which is currently parsed. |
| {nokia.maps.kml.LineStyle} | lineStyle | An object representing the line style to use during conversion to a map object |
| {nokia.maps.kml.BalloonStyle} | balloonStyle | An object representing the balloon style to use during conversion to a map object |