Interface nokia.maps.map.Circle.Properties
Interface Summary
This interface defines the properties (keys) that can be passed to the constructor of
nokia.maps.map.Circle.
Extends
nokia.maps.map.Polygon.Properties.
Field Summary
nokia.maps.util.IBrush
brush
Optional
This property specifies the brush used to fill the shape of the polygon.
Object
eventListener
Optional
This property is designed to hold a hash table that, for every event type, contains an array with the elements:
[(listener, useCapture, namespaceURI)(, listener, useCapture, namespaceURI)(, …)]
Number
simplify
Optional
The value of this property is specified as a number of pixels and indicates if and how much the rendering result is to be simplified.
Boolean
visibility
Optional
This property is a flag that determines the initial visibility of the created
Object instance.
Direct Inheritance
Inherited from nokia.maps.map.Polygon.Properties:
brush
Indirect Inheritance
Inherited from nokia.maps.map.Polyline.Properties:
pen
Inherited from nokia.maps.map.Spatial.Properties:
simplify
Field Detail
