rename getViewport/Animator/Layer() to viewport/animator/layers()
- these are composite parts of Map
This commit is contained in:
@@ -184,6 +184,6 @@ public class MapView extends RelativeLayout {
|
||||
mInitialized = (mWidth > 0 && mHeight > 0);
|
||||
|
||||
if (mInitialized)
|
||||
mMap.getViewport().setViewport(width, height);
|
||||
mMap.viewport().setScreenSize(width, height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user