PositioningSDK/VPSARKit
-
Declaration
Swift
public final class VPSARKitLocationSource : RxObject, LocationSource, ARSessionProviding, CameraCaptureProviding, AttitudeSourceextension VPSARKitLocationSource: StateManagerDelegate -
The delegate of a
See moreVPSARKitLocationSourceobject must adopt theVPSARKitLocationSourceDelegateprotocol. The methods of the protocol allow the delegate to respond to changes in the state of theVPSARKitLocationSource, to localization events, and to ARKit camera tracking state changes.Declaration
Swift
public protocol VPSARKitLocationSourceDelegate : AnyObject -
Declaration
Swift
public enum VPSARKitLocationSourceError : Error, CustomStringConvertible
View on GitHub
PositioningSDK/VPSARKit Reference