This event signalizes map-related changes.
| Name | Type | Description |
|---|---|---|
type |
string |
The type of the event |
newValue |
Object |
The view values after the change |
oldValue |
Object |
The view values before the change |
modifiers |
H.math.BitMask.<!H.map.ChangeEvent.Type> |
A bitmask indicating which values were changed. |
Extends
Members
-
This enumeration specifies the bits each indicating a change in a specific property of the map.
Properties:
Name Description SIZEindicates change in map viewport size
POSITIONindicates change in map look-at data position
HEADINGindicates change in map look-at data heading
TILTindicates change in map look-at data tilt
INCLINEindicates change in map look-at data incline
ZOOMindicates change in map look-at data zoom
BOUNDSindicates change in map look-at data bounds
-
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.Typeinstead. -
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.Typeinstead. -
This modifier indicates a change to the "incline" property. Use
H.map.ChangeEvent.Typeinstead. -
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.Typeinstead. -
This modifier indicates a change to the "size" property. Use
H.map.ChangeEvent.Typeinstead. -
target * inherited
-
This property holds the object which triggered the event.
-
This modifier indicates a change to the "tilt" property. Use
H.map.ChangeEvent.Typeinstead. -
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.Typeinstead.