direction property

String direction

Direction where to open the tooltip. Possible values are: right, left, top, bottom, center, auto. auto will dynamically switch between right and left according to the tooltip position on the map.

Implementation

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

Implementation

external set direction(String value);