-
- All Implemented Interfaces:
-
org.osmdroid.util.MapTileListComputer
@Deprecated() public class MapTileListBorderComputer implements MapTileListComputer
Compute a map tile list from a map tile list source: its border
-
-
Constructor Summary
Constructors Constructor Description MapTileListBorderComputer(int pBorder, boolean pIncludeAll)
-
Method Summary
Modifier and Type Method Description intgetBorder()booleanisIncludeAll()MapTileListcomputeFromSource(MapTileList pSource, MapTileList pReuse)-
-
Method Detail
-
getBorder
int getBorder()
-
isIncludeAll
boolean isIncludeAll()
-
computeFromSource
MapTileList computeFromSource(MapTileList pSource, MapTileList pReuse)
-
-
-
-