ITileCache: remove setStoragePath from API
This commit is contained in:
parent
6fbfeb2848
commit
2474fe621b
@ -46,13 +46,6 @@ public interface ITileCache {
|
|||||||
*/
|
*/
|
||||||
void setCacheSize(long size);
|
void setCacheSize(long size);
|
||||||
|
|
||||||
/**
|
|
||||||
* @param path
|
|
||||||
* The path for the cache directionary in device.
|
|
||||||
*/
|
|
||||||
void setStoragePath(String path);
|
|
||||||
|
|
||||||
|
|
||||||
public interface TileReader {
|
public interface TileReader {
|
||||||
Tile getTile();
|
Tile getTile();
|
||||||
InputStream getInputStream();
|
InputStream getInputStream();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user