public class MapTileIndex extends Object
Modifier and Type | Field and Description |
---|---|
static int |
mMaxZoomLevel |
Constructor and Description |
---|
MapTileIndex() |
Modifier and Type | Method and Description |
---|---|
static long |
getTileIndex(int pZoom,
int pX,
int pY) |
static int |
getX(long pTileIndex) |
static int |
getY(long pTileIndex) |
static int |
getZoom(long pTileIndex) |
static String |
toString(int pZoom,
int pX,
int pY) |
static String |
toString(long pIndex) |
public static long getTileIndex(int pZoom, int pX, int pY)
public static int getZoom(long pTileIndex)
public static int getX(long pTileIndex)
public static int getY(long pTileIndex)
public static String toString(int pZoom, int pX, int pY)
public static String toString(long pIndex)