Nokia Maps API Reference

Contents

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.

Field Summary
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.
Boolean visibility A flag that determines the visibility of the given Object instance.
Number zIndex The z-index relative to the container.
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
Documentation generated on Thu Dec 15 2011 15:14:37 GMT+0100 (CET).