set default max/min zoom
This commit is contained in:
@@ -22,8 +22,8 @@ import org.oscim.layers.tile.BitmapTileLayer.FadeStep;
|
|||||||
|
|
||||||
public abstract class TileSource {
|
public abstract class TileSource {
|
||||||
|
|
||||||
protected int mZoomMin;
|
protected int mZoomMin = 0;
|
||||||
protected int mZoomMax;
|
protected int mZoomMax = 20;
|
||||||
|
|
||||||
public abstract ITileDataSource getDataSource();
|
public abstract ITileDataSource getDataSource();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user