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
Object
eventListener
Optional
This property should hold a hash table that, for every event type, contains an array with the elements:
[(listener, useCapture, namespaceURI)(, listener, useCapture, namespaceURI)(, …)]
Boolean
visibility
Optional
A flag that determines the initial visibility of the created
Object instance.
Field Detail
Object
eventListener
Optional
This property should hold a hash table that,
for every event type, contains an array with the elements:
[(listener, useCapture, namespaceURI)(, listener, useCapture, namespaceURI)(, …)]
Boolean
visibility
Optional
A flag that determines the initial visibility of the created
Object instance. An object will be visible
if this property is true and if all its parent objects are visible (see also
nokia.maps.map.Object.isVisible()).
Number
zIndex
Optional
The initial z-index value relative to the siblings in parent 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.
