add pluggable gesture detection

- extract inner Map.Layers class
- extract inner MapView.Map class -> AndroidMap
This commit is contained in:
Hannes Janetzek
2013-12-04 13:09:23 +01:00
parent 68bfa27a99
commit ba52bfddbe
11 changed files with 465 additions and 261 deletions

View File

@@ -20,8 +20,9 @@ public class AndroidMotionEvent extends MotionEvent {
android.view.MotionEvent mEvent;
public void wrap(android.view.MotionEvent e) {
public MotionEvent wrap(android.view.MotionEvent e) {
mEvent = e;
return this;
}
@Override