attributionControl property

bool attributionControl

Control options /// /// /// /// /// /// /// /// /// / Whether a attribution control is added to the map by default.

Implementation

/// Whether a attribution control is added to the map by default.
external bool get attributionControl;
void attributionControl=(bool value)

Implementation

external set attributionControl(bool value);