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 |
BottomRight | Places the control in the bottom right of the map.
Literal value |
NonFixed | The control will place itself in its default location.
Literal value |
TopLeft | Places the control in the top left of the map.
Literal value |
TopRight | Places the control in the top right of the map.
Literal value |