closeOnClick property

bool closeOnClick

Set it if you want to override the default behavior of the popup closing when user clicks on the map. Defaults to the map's closePopupOnClick option.

Implementation

external bool get closeOnClick;
void closeOnClick=(bool value)

Implementation

external set closeOnClick(bool value);