public interface TileSource
Modifier and Type | Method and Description |
---|---|
long |
getDefaultTimeToLive()
Returns the default time-to-live (TTL) for cached tiles.
|
int |
getParallelRequestsLimit() |
java.lang.String |
getReferer() |
java.net.URL |
getTileUrl(org.mapsforge.core.model.Tile tile) |
int |
getTimeoutConnect() |
int |
getTimeoutRead() |
java.lang.String |
getUserAgent() |
byte |
getZoomLevelMax() |
byte |
getZoomLevelMin() |
boolean |
hasAlpha() |
boolean |
isFollowRedirects() |
long getDefaultTimeToLive()
int getParallelRequestsLimit()
TileSource
supports.java.lang.String getReferer()
java.net.URL getTileUrl(org.mapsforge.core.model.Tile tile) throws java.net.MalformedURLException
Tile
.java.net.MalformedURLException
int getTimeoutConnect()
int getTimeoutRead()
java.lang.String getUserAgent()
byte getZoomLevelMax()
TileSource
supports.byte getZoomLevelMin()
TileSource
supports.boolean hasAlpha()
TileSource
supports transparent images.boolean isFollowRedirects()