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.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());
|
||||
|
|
Loading…
Reference in a new issue