public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static OSMTileInfo |
getMapTileFromCoordinates(double aLat,
double aLon,
int zoom)
For a description see:
see http://wiki.openstreetmap.org/index.php/Slippy_map_tilenames
For a code-description see:
see http://wiki.openstreetmap.org/index.php/Slippy_map_tilenames#compute_bounding_box_for_tile_number
|
public static OSMTileInfo getMapTileFromCoordinates(double aLat, double aLon, int zoom)
aLat
- latitude to get the OSMTileInfo
for.aLon
- longitude to get the OSMTileInfo
for.OSMTileInfo
providing 'x' 'y' and 'z'(oom) for the coordinates passed.