- Legend to Symbols

-
Interface nokia.maps.map.Spatial.Properties
Interface Summary
This interface defines the properties (keys) that can be passed to the constructor of
all classes derived from nokia.maps.map.Spatial.
Extends
nokia.maps.map.Object.Properties.
Field Summary
Boolean
visibility
A flag that determines the visibility of the given
Object instance.
Number
zIndex
The z-index relative to the container.
Number
simplify
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.
Direct Inheritance
Field Detail
Number
simplify
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. If the value is
0, no
simplification is applied. Otherwise, the complexity of the rendering result is
reduced so that points within a distance smaller than the number of pixels indicated
by this property are ignored.
- Default Value:
- 3