Position Enum

enum BeastBytes\Yii\Leaflet\Controls\Position string

Defines the position of a control on a map

Use as the value to the position key in control options

If a position is not specified, the default position - Position::topRight - is used

case bottomLeft 'bottomleft'
case bottomRight 'bottomright'
case topLeft 'topleft'
case topRight 'topright'