Support changes
This commit is contained in:
parent
13d8286c94
commit
dcb552edcd
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ import java.io.IOException;
|
||||||
|
|
||||||
import net.osmand.IndexConstants;
|
import net.osmand.IndexConstants;
|
||||||
import net.osmand.core.jni.AlphaChannelPresence;
|
import net.osmand.core.jni.AlphaChannelPresence;
|
||||||
|
import net.osmand.core.jni.MapStubStyle;
|
||||||
import net.osmand.core.jni.SWIGTYPE_p_QByteArray;
|
import net.osmand.core.jni.SWIGTYPE_p_QByteArray;
|
||||||
import net.osmand.core.jni.SwigUtilities;
|
import net.osmand.core.jni.SwigUtilities;
|
||||||
import net.osmand.core.jni.TileId;
|
import net.osmand.core.jni.TileId;
|
||||||
|
@ -22,6 +23,11 @@ public class TileSourceProxyProvider extends interface_ImageMapLayerProvider {
|
||||||
this.tileSource = tileSource;
|
this.tileSource = tileSource;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public MapStubStyle getDesiredStubsStyle() {
|
||||||
|
return MapStubStyle.Unspecified;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ZoomLevel getMinZoom() {
|
public ZoomLevel getMinZoom() {
|
||||||
return ZoomLevel.swigToEnum(tileSource.getMinimumZoomSupported());
|
return ZoomLevel.swigToEnum(tileSource.getMinimumZoomSupported());
|
||||||
|
|
Loading…
Reference in a new issue