public final class Tile extends java.lang.Object
data必须是可以可以用BitmapFactory.decodeByteArray生成Bitmap的数据。
Tile(int x, int y, int zoom, byte[] data)
byte[]
getData()
int
getX()
getY()
getZoom()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tile(int x, int y, int zoom, byte[] data)
data必须是可以用BitmapFactory.decodeByteArray生成Bitmap的数据,或者是{-1},用于增量更新时表示验证瓦片内容没有改变。
x
y
zoom
data
public int getX()
public int getY()
public int getZoom()
public byte[] getData()