acceptExpired property

bool acceptExpired
getter/setter pair

Accepts expired data when loading tiles.

This flag should be set to true to accept expired responses. When a tile is already loaded but expired, no attempt will be made to refresh the data. This may lead to outdated data. Set to false to ensure that data for a tile is up-to-date. Set to true to continue loading a group without updating expired data for tiles that are already downloaded.

Implementation

bool acceptExpired;