-
public class TileDownloader
-
-
Method Summary
Modifier and Type Method Description DrawabledownloadTile(long pMapTileIndex, IFilesystemCache pFilesystemCache, OnlineTileSourceBase pTileSource)DrawabledownloadTile(long pMapTileIndex, int redirectCount, String targetUrl, IFilesystemCache pFilesystemCache, OnlineTileSourceBase pTileSource)downloads a tile and follows http redirectsCode used to be in MapTileDownloader.TileLoader. LonggetHttpExpiresTime(String pHttpExpiresHeader)LonggetHttpCacheControlDuration(String pHttpCacheControlHeader)longcomputeExpirationTime(String pHttpExpiresHeader, String pHttpCacheControlHeader, long pNow)-
-
Method Detail
-
downloadTile
Drawable downloadTile(long pMapTileIndex, IFilesystemCache pFilesystemCache, OnlineTileSourceBase pTileSource)
-
downloadTile
Drawable downloadTile(long pMapTileIndex, int redirectCount, String targetUrl, IFilesystemCache pFilesystemCache, OnlineTileSourceBase pTileSource)
downloads a tile and follows http redirectsCode used to be in MapTileDownloader.TileLoader.downloadTile
-
getHttpExpiresTime
@Deprecated() Long getHttpExpiresTime(String pHttpExpiresHeader)
-
getHttpCacheControlDuration
@Deprecated() Long getHttpCacheControlDuration(String pHttpCacheControlHeader)
-
computeExpirationTime
@Deprecated() long computeExpirationTime(String pHttpExpiresHeader, String pHttpCacheControlHeader, long pNow)
-
-
-
-