Method | Description | |
---|---|---|
ConvertToCoordinate ( double x, double y, long zoom ) : Point |
Converts the
|
|
ConvertToTileNumber ( double lat, double lon, long zoom ) : Point |
Converts the coordinates of a point to a certain tilenumber
|
|
ConvertToTilePosition ( double lon, double lat, int zoom ) : Point |
Converts the coordinates of a point to a certain tileposition
|
public static ConvertToCoordinate ( double x, double y, long zoom ) : Point | ||
x | double | |
y | double | |
zoom | long | |
return | Point |
public static ConvertToTileNumber ( double lat, double lon, long zoom ) : Point | ||
lat | double | Latitude position |
lon | double | Longitude position |
zoom | long | Zooml level |
return | Point |
public static ConvertToTilePosition ( double lon, double lat, int zoom ) : Point | ||
lon | double | Longitude position |
lat | double | Latitude position |
zoom | int | Zooml level |
return | Point |