Contents

startMagnetometerUpdates()

Starts magnetometer updates without a block handler.

Declaration

func startMagnetometerUpdates()

Discussion

You can get the latest magnetometer data through the magnetometerData property. You must call stopMagnetometerUpdates() when you no longer want your app to process magnetometer updates.

See Also

Managing Magnetometer Updates