H.map.DomMarker.Options
Type Definition Summary
This object defines the initialization options for a DomMarker
.
[ For full details, see the Type Definition Details ]
Property Summary
Properties |
---|
The minimum zoom level at which the object is visible, the default is |
The maximum zoom level at which the object is visible, the default is |
Indicates whether the map object is visible at all, the default is |
The z-index value of the map object, the default is |
The provider of this object. This property is needed only if a custom implementation of |
The icon to use for the visual representation, if omitted a default icon is used. |
Optional arbitrary data to be stored with this map object. This data can be retrieved by calling |
Type Definition Description
This object defines the initialization options for a DomMarker
.
Property Details
min: {number=} [optional]
The minimum zoom level at which the object is visible, the default is -Infinity
max: {number=} [optional]
The maximum zoom level at which the object is visible, the default is Infinity
visibility: {boolean=} [optional]
Indicates whether the map object is visible at all, the default is true
.
zIndex: {number=} [optional]
The z-index value of the map object, the default is 0
provider: {(H.map.provider.Provider | null)=} [optional]
The provider of this object. This property is needed only if a custom implementation of ObjectProvider
wants to instantiate the give object.
icon: {H.map.DomIcon=} [optional]
The icon to use for the visual representation, if omitted a default icon is used.
data: {*}
Optional arbitrary data to be stored with this map object. This data can be retrieved by calling getData()