public class CachedAttributionBingAerialTileSource extends BingAerialTileSource
Modifier and Type | Class and Description |
---|---|
(package private) class |
CachedAttributionBingAerialTileSource.BingAttributionData |
BingAerialTileSource.Attribution
Modifier and Type | Field and Description |
---|---|
private Runnable |
attributionDownloadedTask |
baseUrl, id, name, osmMercator, tileSize
attributionImage, attributionImageURL, attributionLinkURL, attributionText, termsOfUseText, termsOfUseURL
Constructor and Description |
---|
CachedAttributionBingAerialTileSource(ImageryInfo info)
Creates tile source
|
CachedAttributionBingAerialTileSource(TileSourceInfo info,
Runnable attributionDownloadedTask)
Creates tile source
|
Modifier and Type | Method and Description |
---|---|
protected Callable<List<BingAerialTileSource.Attribution>> |
getAttributionLoaderCallable() |
getAttribution, getAttributionImage, getAttributionImageURL, getAttributionLinkURL, getAttributionText, getAttributionUrl, getMaxZoom, getTermsOfUseText, getTermsOfUseURL, getTileUrl, parseAttributionText, requiresAttribution
getBaseUrl, getDefaultTileSize, getDistance, getExtension, getId, getMetadata, getMinZoom, getName, getTileId, getTilePath, getTileSize, getTileXMax, getTileXMin, getTileYMax, getTileYMin, isNoTileAtZoom, latLonToTileXY, latLonToTileXY, latLonToXY, latLonToXY, tileXYToLatLon, tileXYToLatLon, tileXYToLatLon, toString, xyToLatLon, xyToLatLon
setAttributionImage, setAttributionImageURL, setAttributionLinkURL, setAttributionText, setTermsOfUseText, setTermsOfUseURL
private Runnable attributionDownloadedTask
public CachedAttributionBingAerialTileSource(ImageryInfo info)
info
- ImageryInfo description of this tile sourcepublic CachedAttributionBingAerialTileSource(TileSourceInfo info, Runnable attributionDownloadedTask)
info
- ImageryInfo description of this tile sourceattributionDownloadedTask
- runnable to be executed once attribution is loadedprotected Callable<List<BingAerialTileSource.Attribution>> getAttributionLoaderCallable()
getAttributionLoaderCallable
in class BingAerialTileSource