H.map.Marker.Options
Type Definition Summary
This object encapsulates the configuration options for a Marker
.
[ 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 |
A value indicating whether the map object is visible, 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 the given map object. This data can be retrieved by calling |
Type Definition Description
This object encapsulates the configuration options for a Marker
.
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]
A value indicating whether the map object is visible, the default is (true
means it is visible).
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 an object.
icon: {H.map.Icon=} [optional]
The icon to use for the visual representation, if omitted, a default icon is used.
data: {*}
Optional arbitrary data to be stored with the given map object. This data can be retrieved by calling getData()
.