Class ARGeoTrackingConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class ARGeoTrackingConfiguration
extends ARConfiguration
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • ARGeoTrackingConfiguration

      public ARGeoTrackingConfiguration()
    • ARGeoTrackingConfiguration

      protected ARGeoTrackingConfiguration​(NSObject.Handle h, long handle)
    • ARGeoTrackingConfiguration

      protected ARGeoTrackingConfiguration​(NSObject.SkipInit skipInit)
  • Method Details

    • getEnvironmentTexturing

      public AREnvironmentTexturing getEnvironmentTexturing()
    • setEnvironmentTexturing

      public void setEnvironmentTexturing​(AREnvironmentTexturing v)
    • wantsHDREnvironmentTextures

      public boolean wantsHDREnvironmentTextures()
    • setWantsHDREnvironmentTextures

      public void setWantsHDREnvironmentTextures​(boolean v)
    • getPlaneDetection

      public ARPlaneDetection getPlaneDetection()
    • setPlaneDetection

      public void setPlaneDetection​(ARPlaneDetection v)
    • getDetectionImages

      public NSSet<ARReferenceImage> getDetectionImages()
    • setDetectionImages

      public void setDetectionImages​(NSSet<ARReferenceImage> v)
    • isAutomaticImageScaleEstimationEnabled

      public boolean isAutomaticImageScaleEstimationEnabled()
    • setAutomaticImageScaleEstimationEnabled

      public void setAutomaticImageScaleEstimationEnabled​(boolean v)
    • getMaximumNumberOfTrackedImages

      public long getMaximumNumberOfTrackedImages()
    • setMaximumNumberOfTrackedImages

      public void setMaximumNumberOfTrackedImages​(long v)
    • getDetectionObjects

      public NSSet<ARReferenceObject> getDetectionObjects()
    • setDetectionObjects

      public void setDetectionObjects​(NSSet<ARReferenceObject> v)
    • isAppClipCodeTrackingEnabled

      public boolean isAppClipCodeTrackingEnabled()
      Since:
      Available in iOS 14.3 and later.
    • setAppClipCodeTrackingEnabled

      public void setAppClipCodeTrackingEnabled​(boolean v)
      Since:
      Available in iOS 14.3 and later.
    • supportsAppClipCodeTracking

      public static boolean supportsAppClipCodeTracking()
      Since:
      Available in iOS 14.3 and later.
    • isSupported

      public static boolean isSupported()
    • getSupportedVideoFormats

      public static NSArray<ARVideoFormat> getSupportedVideoFormats()
      Since:
      Available in iOS 11.3 and later.
    • checkAvailability

      public static void checkAvailability​(VoidBlock2<Boolean,​NSError> completionHandler)
    • checkAvailability

      public static void checkAvailability​(CLLocationCoordinate2D coordinate, VoidBlock2<Boolean,​NSError> completionHandler)
    • supportsFrameSemantics

      public static boolean supportsFrameSemantics​(ARFrameSemantics frameSemantics)
      Since:
      Available in iOS 13.0 and later.