update of Tile- and OverlayManager need to be done async for this
This commit is contained in:
parent
0d87aabd3d
commit
e9f135b3ab
@ -280,8 +280,8 @@ public class MapView extends RelativeLayout {
|
|||||||
if (mPausing || this.getWidth() == 0 || this.getHeight() == 0)
|
if (mPausing || this.getWidth() == 0 || this.getHeight() == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (changedPos)
|
//if (changedPos)
|
||||||
render();
|
// render();
|
||||||
|
|
||||||
if (AndroidUtils.currentThreadIsUiThread()) {
|
if (AndroidUtils.currentThreadIsUiThread()) {
|
||||||
boolean changed = mMapViewPosition.getMapPosition(mMapPosition, null);
|
boolean changed = mMapViewPosition.getMapPosition(mMapPosition, null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user