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