Layer.moveBehind

Function/Meaning

Move to the back of the specified layer

Type
Layerclassmethod of
Syntax
moveBehind(layer)
Arguments
layer

Moves to the back of the layer specified here.
Only sibling layers (layers with the same parent) can be specified.

Return value
None (void)
Explanation

Moves to the back of the specified layer in the overlay order.
This method sets the Layer.absoluteOrderMode property to false.