Update TileSourceProxyProvider.java
This commit is contained in:
parent
019634049e
commit
f91ee59332
1 changed files with 0 additions and 5 deletions
|
@ -95,11 +95,6 @@ public class TileSourceProxyProvider extends interface_ImageMapLayerProvider {
|
||||||
return AlphaChannelPresence.Unknown;
|
return AlphaChannelPresence.Unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public IMapDataProvider.SourceType getSourceType() {
|
|
||||||
return IMapDataProvider.SourceType.NetworkDirect;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class TileReadyCallback implements MapTileDownloader.IMapDownloaderCallback {
|
private static class TileReadyCallback implements MapTileDownloader.IMapDownloaderCallback {
|
||||||
private final ITileSource tileSource;
|
private final ITileSource tileSource;
|
||||||
private final int x;
|
private final int x;
|
||||||
|
|
Loading…
Reference in a new issue