ARCore is back at Google I/O on May 10! Register now.
Stay organized with collections Save and categorize content based on your preferences.

GARFrame(Geospatial)

Category adding Geospatial functionality to GARFrame.

Summary

Properties

earth
Snapshot of the GAREarth state for this frame.

Properties

earth

@property(nonatomic, readonly, nullable) GAREarth *earth;

Snapshot of the GAREarth state for this frame.

This will be nil if GARSessionConfiguration.geospatialMode is disabled.

Extends class GARFrame.