public class Tile extends Objectimplements Serializable
public Tile(int zoom,
int tx,
int ty)
zoom - the zoom level.
tx - the x coordinate.
ty - the y coordinate.
public int hashCode()
public boolean equals(Objecto)
public int getZoom()
public int getTx()
public int getTy()