share MapView, allow sub-classing GdxMap
This commit is contained in:
parent
b416aa09a2
commit
9408e92d5d
@ -28,7 +28,7 @@ import com.badlogic.gdx.math.Vector2;
|
|||||||
|
|
||||||
public class GdxMap implements ApplicationListener, MapRenderCallback {
|
public class GdxMap implements ApplicationListener, MapRenderCallback {
|
||||||
|
|
||||||
private final MapView mMapView;
|
protected final MapView mMapView;
|
||||||
private final GLRenderer mMapRenderer;
|
private final GLRenderer mMapRenderer;
|
||||||
private final TileSource mTileSource;
|
private final TileSource mTileSource;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user