com.google.android.maps
public
static
final
enum
com.google.android.maps.MapView.DeviceType
Distinguishes what type of device initiated an event.
TODO: Shouldn't this be a system-wide enum?
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
public
static
final
DeviceType
TOUCHSCREEN
Touch screen or similar device
public
static
final
DeviceType
TRACKBALL
Track ball or similar device
Public Methods