public static interface ShadingAlgorithm.RawHillTileSource
Modifier and Type | Method and Description |
---|---|
double |
eastLng() |
java.io.File |
getFile() |
org.mapsforge.core.graphics.HillshadingBitmap |
getFinishedConverted() |
long |
getSize() |
double |
northLat()
A ShadingAlgorithm might want to determine the projected dimensions of the tile
|
double |
southLat() |
double |
westLng() |
long getSize()
java.io.File getFile()
org.mapsforge.core.graphics.HillshadingBitmap getFinishedConverted()
double northLat()
double southLat()
double westLng()
double eastLng()