Interface ImageLoader

All Known Implementing Classes:
BingService, BingTile, CachedImageLoader, OSMService, OSMTile, Tile, TileService, WebMercatorTileService, WMTSTileService

public interface ImageLoader
The ImageLoader is a delegate used by a tile to load the image. Its purpose is to provide a tile image cache opportunity to speed up image loading and prevent tile to be repeatedly loaded off the network.
Since:
12
Author:
Ugo Taddei
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads an image for the given tile.