- Legend to Symbols

-
Class nokia.maps.kml.FeatureStyle
Class Summary
This class represents a style applicable to the class Feature.
new nokia.maps.kml.FeatureStyle
(style, [highlighted])
Constructor Detail
This method initializes an instance of the class.
new nokia.maps.kml.FeatureStyle(style, [highlighted])
Parameters:
| {nokia.maps.kml.Style | nokia.maps.kml.FeatureStyle} | style | This is the set of styles with to initialize the given instance of the class |
| {Boolean} | [highlighted]: |
A value indicating if the style
is for highlighted shapes (true) or not (false);
if the value is true, the argument style
should be an instance of nokia.maps.kml.Style
|