Class: ChangeEvent
- Last UpdatedMay 21, 2025
- 2 minute read
This event signalizes map-related changes.
Extends
Members
-
This enumeration specifies the bits each indicating a change in a specific property of the map.
Properties:
-
AT_TARGET number constant inherited
-
This property indicates that the event is being evaluated at the target.
-
This modifier indicates a change to the "bounds" property. Use
H.map.ChangeEvent.Type
instead. -
BUBBLING_PHASE number constant inherited
-
This property identifies the current event phase as the bubbling phase.
-
CAPTURING_PHASE number constant inherited
-
This property identifies the current event phase as the capturing phase.
-
currentTarget * inherited
-
This property holds an object that receives notification of the event (via an attached listener).
-
defaultPrevented boolean inherited
-
This property holds a value indicating if
preventDefault()
was called on the current event. -
eventPhase number inherited
-
This property indicates which phase of the event flow is being evaluated.
-
This modifier indicates a change to the "heading" property. Use
H.map.ChangeEvent.Type
instead. -
This modifier indicates a change to the "incline" property. Use
H.map.ChangeEvent.Type
instead. -
newValue * inherited
-
This property holds the value of the property after it changed.
-
oldValue * inherited
-
This property holds the value of the property before it changed.
-
This modifier indicates a change to the "position" property. Use
H.map.ChangeEvent.Type
instead. -
This modifier indicates a change to the "size" property. Use
H.map.ChangeEvent.Type
instead. -
target * inherited
-
This property holds the object which triggered the event.
-
This modifier indicates a change to the "tilt" property. Use
H.map.ChangeEvent.Type
instead. -
type string inherited
-
This property holds the name of the dispatched event.
-
This modifier indicates a change to the "zoom" property. Use
H.map.ChangeEvent.Type
instead.