Info
public enum Info
Encapsulates information associated with a heading monitor event.
-
The error encountered in attempting to obtain the current heading.
Declaration
Swift
case error(Error) -
The latest heading data.
Declaration
Swift
case heading(CLHeading)
View on GitHub
Install in Dash
Info Enumeration Reference