-
- 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 MapTileArea
set(int pZoom, int pLeft, int pTop, int pRight, int pBottom)
MapTileArea
set(int pZoom, Rect pRect)
MapTileArea
set(MapTileArea pArea)
MapTileArea
reset()
Set the area as an empty area int
getZoom()
int
getLeft()
int
getTop()
int
getWidth()
int
getHeight()
int
getRight()
int
getBottom()
int
size()
Iterator<Long>
iterator()
boolean
contains(long pTileIndex)
String
toString()
-
-
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)
-
-
-
-