ControlPosition enum

Positions where the control can be placed on the map.

Fields

BottomLeft

Places the control in the bottom left of the map. Literal value "bottom-left"

BottomRight

Places the control in the bottom right of the map. Literal value "bottom-right"

NonFixed

The control will place itself in its default location. Literal value "non-fixed"

TopLeft

Places the control in the top left of the map. Literal value "top-left"

TopRight

Places the control in the top right of the map. Literal value "top-right"