- Legend to Symbols

-
Interface nokia.maps.map.Object.Properties
Interface Summary
Interface defining the Properties (keys) that can be passed to the constructor of all classes derived from
nokia.maps.map.Object.
Field Summary
Boolean
visibility
A flag that determines the visibility of the given
Object instance.
Number
zIndex
The z-index relative to the container.
Field Detail
Boolean
visibility
A flag that determines the visibility of the given
Object instance. An object is visible
if this property is true and if all its parent objects are visible (see also
nokia.maps.map.Object.isVisible()).
Number
zIndex
The z-index relative to the container. The z-index is used to specify the stacking order in a container.
Objects with the highest values are placed on top (closer to the viewer). The overall stack order
is defined hierarchically: Level in the Container hierarchy >
z-Index (in one Container) > order in the container's list of Objects.