- Source:
- mapbrowserevent.js, line 31
Extends
- ol.MapEvent
- oli.MapBrowserEvent (Interface)
Members
-
coordinate :ol.Coordinate
Stability: experimental -
- Inherited From:
- Source:
- oli.js, line 162
-
originalEvent :Event
Stability: experimental -
- Inherited From:
- Source:
- oli.js, line 169
-
pixel :ol.Pixel
Stability: experimental -
- Inherited From:
- Source:
- oli.js, line 176
Methods
-
preventDefault
Stability: experimental -
Prevents the default browser action.
- Source:
- mapbrowserevent.js, line 67
- See:
-
stopPropagation
Stability: experimental -
Prevents further propagation of the current event.
- Source:
- mapbrowserevent.js, line 79
- See:
Events
-
click
Stability: experimental -
A click with no dragging. A double click will fire two of this.
- Source:
- mapbrowserevent.js, line 473
-
dblclick
Stability: experimental -
A true double click, with no dragging.
- Source:
- mapbrowserevent.js, line 479
-
moveend
Stability: experimental -
Triggered after the map is moved.
- Inherited From:
- Source:
- mapevent.js, line 17
-
pointerdrag
Stability: experimental -
Triggered when a pointer is dragged.
- Source:
- mapbrowserevent.js, line 485
-
pointermove
Stability: experimental -
Triggered when a pointer is moved.
- Source:
- mapbrowserevent.js, line 493
-
postrender
Stability: experimental -
Triggered after a map frame is rendered.
- Inherited From:
- Source:
- mapevent.js, line 11
-
singleclick
Stability: experimental -
A true single click with no dragging and no double click. Note that this event is delayed by 250 ms to ensure that it is not a double click.
- Source:
- mapbrowserevent.js, line 466
OpenLayers 3