Module: ol/interaction/Extent

ol/interaction/Extent


Classes

ExtentInteraction
ExtentInteractionEvent

Members

ExtentEventType{string}

Properties:
Name Type Default Description
EXTENTCHANGED string extentchanged

Type Definitions

Options{Object}

Properties:
Name Type Argument Default Description
extent module:ol/extent~Extent <optional>

Initial extent. Defaults to no initial extent.

boxStyle module:ol/style/Style~StyleLike <optional>

Style for the drawn extent box. Defaults to module:ol/style/Style~createEditing()['Polygon']

pixelTolerance number <optional>
10

Pixel tolerance for considering the pointer close enough to a segment or vertex for editing.

pointerStyle module:ol/style/Style~StyleLike <optional>

Style for the cursor used to draw the extent. Defaults to module:ol/style/Style~createEditing()['Point']

wrapX boolean <optional>
false

Wrap the drawn extent across multiple maps in the X direction? Only affects visuals, not functionality.