isRelativeAltitudeAvailable()
Returns a Boolean value indicating whether the current device supports generating data for relative altitude changes.
Declaration
class func isRelativeAltitudeAvailable() -> BoolReturn Value
true if the device supports relative altitude changes or false if it does not.
Discussion
Use this method to determine if altitude updates are available before calling the startRelativeAltitudeUpdates(to:withHandler:) method.