Contents

stopAbsoluteAltitudeUpdates()

Stops the delivery of absolute altitude data for this altimeter object.

Declaration

func stopAbsoluteAltitudeUpdates()

Discussion

Calling this method ends the delivery of absolute altitude events and releases the references to the operation queue and block that you specified in the startAbsoluteAltitudeUpdates(to:withHandler:) method. If you haven’t started delivering data, or if you’ve already called stopAbsoluteAltitudeUpdates(), this method does nothing.

See Also

Starting and Stopping Altitude Updates