public interface TileProvider
Modifier and Type | Method and Description |
---|---|
Tile |
getTile(int x,
int y,
int zoom)
返回指定x, y, zoom值对应的栅格瓦片
|
static final Tile NO_TILE
Tile getTile(int x, int y, int zoom)
x
- 瓦片数据的 x 坐标,取值范围 [0, 2^z -1]y
- 瓦片数据的 y 坐标,取值范围 [0, 2^z -1]zoom
- 瓦片数据的级别, 取值范围 [TencentMap.getMinZoomLevel()
, TencentMap.getMaxZoomLevel()
]