change MapEventLayer to subclass of InputLayer
This commit is contained in:
parent
9824aa72e5
commit
54911083af
@ -15,7 +15,7 @@
|
|||||||
package org.oscim.view;
|
package org.oscim.view;
|
||||||
|
|
||||||
import org.oscim.core.Tile;
|
import org.oscim.core.Tile;
|
||||||
import org.oscim.overlay.Overlay;
|
import org.oscim.layers.InputLayer;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
import android.view.MotionEvent;
|
import android.view.MotionEvent;
|
||||||
@ -30,7 +30,7 @@ import android.view.MotionEvent;
|
|||||||
* http://en.wikipedia.org/wiki/Viterbi_algorithm
|
* http://en.wikipedia.org/wiki/Viterbi_algorithm
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class MapEventLayer extends Overlay {
|
public class MapEventLayer extends InputLayer {
|
||||||
private static final boolean debug = false;
|
private static final boolean debug = false;
|
||||||
private static final String TAG = MapEventLayer.class.getName();
|
private static final String TAG = MapEventLayer.class.getName();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user