我不清楚android中可用的压力传感器是用来测量大气压还是触摸屏上的压力? (getAltitude()/ event.getPressue())
iOS中是否有这样的压力传感器可以为我们提供大气/手指压力值?
任何帮助表示赞赏,
答案 0 :(得分:1)
event.getPressure()测量触摸屏上的手指压力:http://developer.android.com/reference/android/view/MotionEvent.html#getPressure(int)
getAltitude将为您提供地理高度:http://developer.android.com/reference/android/location/Location.html
我不了解iOS。