-
- All Implemented Interfaces:
-
java.lang.Iterable,org.osmdroid.util.IterableWithSize,org.osmdroid.util.MapTileContainer
public class MapTileArea implements MapTileContainer, IterableWithSize<Long>
An area of map tiles.
-
-
Method Summary
Modifier and Type Method Description MapTileAreaset(int pZoom, int pLeft, int pTop, int pRight, int pBottom)MapTileAreaset(int pZoom, Rect pRect)MapTileAreaset(MapTileArea pArea)MapTileAreareset()Set the area as an empty area intgetZoom()intgetLeft()intgetTop()intgetWidth()intgetHeight()intgetRight()intgetBottom()intsize()Iterator<Long>iterator()booleancontains(long pTileIndex)StringtoString()-
-
Method Detail
-
set
MapTileArea set(int pZoom, int pLeft, int pTop, int pRight, int pBottom)
-
set
MapTileArea set(int pZoom, Rect pRect)
-
set
MapTileArea set(MapTileArea pArea)
-
reset
MapTileArea reset()
Set the area as an empty area
-
getZoom
int getZoom()
-
getLeft
int getLeft()
-
getTop
int getTop()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getRight
int getRight()
-
getBottom
int getBottom()
-
size
int size()
-
contains
boolean contains(long pTileIndex)
-
-
-
-