current property

bool current
getter/setter pair

Current tiles are tiles which are in the current tile zoom AND:

  • Are visible OR,
  • Were previously visible and are still within the visible bounds expanded by the TileLayer.keepBuffer.

Implementation

bool current = true;