closePopupOnClick property

bool closePopupOnClick

Interaction Options Set it to false if you don't want popups to close when user clicks the map.

Implementation

/// Set it to false if you don't want popups to close when user clicks the map.
external bool get closePopupOnClick;
void closePopupOnClick=(bool value)

Implementation

external set closePopupOnClick(bool value);