GARFrame(Geospatial)
Category adding Geospatial functionality to GARFrame
.
Summary
Properties |
|
---|---|
earth
|
GAREarth *
Snapshot of the
GAREarth state for this frame. |
streetscapeGeometries
|
NSArray< GARStreetscapeGeometry * > *
List of snapshots of
GARStreetscapeGeometry 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.
GARFrame
.streetscapeGeometries
@property(nonatomic, readonly, nullable) NSArray*streetscapeGeometries;
List of snapshots of GARStreetscapeGeometry
for this frame.
See the Streetscape Geometry Developer Guide for additional information.
This will be nil
if GARSessionConfiguration.streetscapeGeometryMode
is disabled.
GARFrame
.