android: add accessor for mMap
This commit is contained in:
@@ -52,6 +52,10 @@ public abstract class MapActivity extends FragmentActivity {
|
|||||||
|
|
||||||
protected Map mMap;
|
protected Map mMap;
|
||||||
|
|
||||||
|
public Map map() {
|
||||||
|
return mMap;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDestroy() {
|
protected void onDestroy() {
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user