position property

String position

The position of the control (one of the map corners). Possible values are 'topleft', 'topright', 'bottomleft' or 'bottomright'

Implementation

external String get position;
void position=(String value)

Implementation

external set position(String value);