- Source:
- interaction.jsdoc, line 1
Classes
- ol.interaction.DoubleClickZoom
- ol.interaction.DragAndDrop
- ol.interaction.DragBox
- ol.interaction.DragPan
- ol.interaction.DragRotate
- ol.interaction.DragRotateAndZoom
- ol.interaction.DragZoom
- ol.interaction.Draw
- ol.interaction.KeyboardPan
- ol.interaction.KeyboardZoom
- ol.interaction.Modify
- ol.interaction.MouseWheelZoom
- ol.interaction.Select
- ol.interaction.TouchPan
- ol.interaction.TouchRotate
- ol.interaction.TouchZoom
Methods
-
<static> defaults
Stability: experimental -
This method is a convenience method to create a set of interactions to be used with an ol.Map. Specific interactions can be excluded by setting the appropriate option to false in the constructor options, but the order of the interactions is fixed. If you want to specify a different order for interactions, you will need to create your own ol.interaction instances and insert them into an ol.Collection in the order you want before creating your ol.Map instance.
Parameters:
Name Type Argument Description optionsolx.interaction.DefaultsOptions <optional>
Defaults options.
- Source:
- interactiondefaults.js, line 31
Returns:
A collection of interactions to be used with the ol.Map constructor's interactions option.
- Type
- ol.Collection
OpenLayers 3