GARStreetscapeGeometry

GARStreetscapeGeometry represents a portion of nearby building or terrain geometry.

A GARStreetscapeGeometry is an immutable snapshot of the geometry at a particular timestamp. See the Streetscape Geometry Developer Guide for additional information.

Summary

Inheritance

Inherits from: NSObject , <NSCopying>

Properties

NSUUID *
Unique Identifier for this GARStreetscapeGeometry .
3D mesh representation of the GARStreetscapeGeometry 's geometry.
matrix_float4x4
Transform of the geometry's mesh geometry relative to the session's world space.
The current state of tracking for GARStreetscapeGeometry .

Properties

identifier

 
@property ( nonatomic , readonly ) NSUUID * identifier ;

Unique Identifier for this GARStreetscapeGeometry .

isEqual: will return YES for another GARStreetscapeGeometry with the same identifier.

mesh

 
@property ( nonatomic , readonly ) GARMesh * mesh ;

3D mesh representation of the GARStreetscapeGeometry 's geometry.

meshTransform

 
@property ( nonatomic , readonly ) matrix_float4x4 meshTransform ;

Transform of the geometry's mesh geometry relative to the session's world space.

If trackingState is not GARTrackingStateTracking , this value is arbitrary and invalid.

quality

 
@property ( nonatomic , readonly ) GARStreetscapeGeometryQuality quality ;

The mesh quality of this GARStreetscapeGeometry .

trackingState

 
@property ( nonatomic , readonly ) GARTrackingState trackingState ;

The current state of tracking for GARStreetscapeGeometry .

type

 
@ property ( nonatomic , readonly ) GARStreetscapeGeometryType type ;

Type of this GARStreetscapeGeometry .

Design a Mobile Site
View Site in Mobile | Classic
Share by: