share MapView, allow sub-classing GdxMap
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user