Class AsyncTileLayer


  • public class AsyncTileLayer
    extends TileLayer
    This Layer is an attempt to speed rendering by using a CountDownLatch and threads to render each tile. The performance improvement is minimal, though.
    Since:
    12
    Author:
    Ugo Taddei