add MapView.post(Runnable)

This commit is contained in:
Hannes Janetzek
2013-10-09 01:56:13 +02:00
parent 7ca6ae05b4
commit 23a26eb18c
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -113,6 +113,7 @@ public abstract class MapView {
public abstract int getWidth();
public abstract int getHeight();
public abstract boolean postRunnable(Runnable runnable);
protected boolean mClearMap;