-
- All Implemented Interfaces:
-
org.osmdroid.util.MapTileListComputer
@Deprecated() public class MapTileListZoomComputer implements MapTileListComputer
Compute a map tile list from a map tile list source, on another zoom level
-
-
Constructor Summary
Constructors Constructor Description MapTileListZoomComputer(int pZoomDelta)
-
Method Summary
Modifier and Type Method Description int
getZoomDelta()
MapTileList
computeFromSource(MapTileList pSource, MapTileList pReuse)
-
-
Method Detail
-
getZoomDelta
int getZoomDelta()
-
computeFromSource
MapTileList computeFromSource(MapTileList pSource, MapTileList pReuse)
-
-
-
-