Nokia Maps API Reference

Contents

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
String color Optional This property holds the value of the fill color used for the brush.
String fill Optional This property indicates the fill type to be used for the brush.
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"
String fill Optional
This property indicates the fill type to be used for the brush. The value should be one of the following:
  • "solid" - indicates a sold fill
  • "none" - indicates no fill
Default Value:
"solid"
Documentation generated on Thu Dec 15 2011 15:14:39 GMT+0100 (CET).