updateWhenIdle property

bool updateWhenIdle

Load new tiles only when panning ends. true by default on mobile browsers, in order to avoid too many requests and keep smooth navigation. false otherwise in order to display new tiles during panning, since it is easy to pan outside the keepBuffer option in desktop browsers.

Implementation

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

Implementation

external set updateWhenIdle(bool value);