public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static OSMTileInfo |
getMapTileFromCoordinates(double aLat,
double aLon,
int zoom)
For a description see:
|
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.For a code-description see:
,
http://wiki.openstreetmap.org/index.php/Slippy_map_tilenames#compute_bounding_box_for_tile_number
Copyright © 2014. All Rights Reserved.