This commit is contained in:
Alexey Kulish 2017-04-28 19:36:20 +03:00
parent cdba23274d
commit 77b7290a20

View file

@ -1,21 +0,0 @@
package net.osmand.plus.mapillary;
import android.graphics.Canvas;
import net.osmand.data.RotatedTileBox;
import net.osmand.plus.views.MapTileLayer;
import net.osmand.plus.views.OsmandMapLayer;
import net.osmand.plus.views.OsmandMapTileView;
public class MapillaryLayer extends MapTileLayer {
public MapillaryLayer() {
super(false);
}
@Override
public void onPrepareBufferImage(Canvas canvas, RotatedTileBox tileBox, DrawSettings drawSettings) {
super.onPrepareBufferImage(canvas, tileBox, drawSettings);
// todo add
}
}