android: rename MapView.getMap()
This commit is contained in:
@@ -124,10 +124,7 @@ public class MapView extends RelativeLayout {
|
||||
return mMap.handleGesture(Gesture.DOUBLE_TAP, mMotionEvent.wrap(e));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public Map getMap() {
|
||||
return mMap;
|
||||
}
|
||||
|
||||
public void onStop() {
|
||||
@@ -167,4 +164,8 @@ public class MapView extends RelativeLayout {
|
||||
if (mWidth > 0 && mHeight > 0)
|
||||
mMap.viewport().setScreenSize(width, height);
|
||||
}
|
||||
|
||||
public Map map() {
|
||||
return mMap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user