Support changes

This commit is contained in:
Alexey Pelykh 2015-02-20 14:48:16 +02:00
parent 13d8286c94
commit dcb552edcd

View file

@ -4,6 +4,7 @@ import java.io.IOException;
import net.osmand.IndexConstants;
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.SwigUtilities;
import net.osmand.core.jni.TileId;
@ -22,6 +23,11 @@ public class TileSourceProxyProvider extends interface_ImageMapLayerProvider {
this.tileSource = tileSource;
}
@Override
public MapStubStyle getDesiredStubsStyle() {
return MapStubStyle.Unspecified;
}
@Override
public ZoomLevel getMinZoom() {
return ZoomLevel.swigToEnum(tileSource.getMinimumZoomSupported());