- Legend to Symbols

-
Interface nokia.maps.util.IBrush
Interface Summary
This interface defines a the common properties and methods of a brush object to be used by specific implementations.
Field Summary
Field Detail
String
color
Optional
This property holds the value of the fill color used for the brush.
The format is RGBA (the alpha value is optional). When defining
the RGBA value, please follow the CSS specification, which requires
a string containing:
- a leading "#" character (followed by ...)
- two or one hex digits for every channel
- Default Value:
- "#00F8"