trackResize property

bool trackResize

Whether the map automatically handles browser window resize to update itself.

Implementation

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

Implementation

external set trackResize(bool value);