Layer.onDoubleClick

Function/Meaning

The layer was double-clicked

Type
LayerclassEvent
Syntax
onDoubleClick(x, y)
Arguments
x

The x-coordinate value (in the layer's display coordinates) where the layer was double-clicked.

y

The y-coordinate value (in the layer's display coordinates) where the layer was double-clicked.

Return value
None (void)
Explanation

Occurs when a layer is double-clicked.

Reference
Layer.onClick