com.TwentyCodes.android.SkyHook
Class MapView
java.lang.Object
com.google.android.maps.MapView
com.TwentyCodes.android.SkyHook.MapView
public class MapView
- extends com.google.android.maps.MapView
We use this MapView Because it has double tap zoom capability
- Author:
- ricky barrette
|
Constructor Summary |
MapView(Context context,
AttributeSet attrs)
|
MapView(Context context,
AttributeSet attrs,
int defStyle)
|
MapView(Context context,
String apiKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastTouchTime
private long lastTouchTime
MapView
public MapView(Context context,
String apiKey)
- Parameters:
context - apiKey -
MapView
public MapView(Context context,
AttributeSet attrs)
- Parameters:
context - attrs -
MapView
public MapView(Context context,
AttributeSet attrs,
int defStyle)
- Parameters:
context - attrs - defStyle -
onInterceptTouchEvent
public boolean onInterceptTouchEvent(MotionEvent ev)