简体   繁体   中英

ios pressure sensor API

In android we can use Sensor TYPE_PRESSURE to measure the atmospheric pressure.

Is there any API that is available in iOS for the same purpose. How can this be achieved in iOS?

Any help appreciated

No, because no iOS device ships with a barometer. The best you could do would be find some site API that takes GPS co-ordinates and returns the current pressure at ground level there from normal weather observations.

iOS 8 introduces Core Motion Framework :

Core Motion provides two new classes (CMAltimeter and CMAltitudeData) which allow you to access the barometer on the i Phone 6 and iPhone 6 Plus .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM