AnnotationLayoutResult class

Result of AnnotationLayoutEngine.layout: the annotations currently visible, positioned on screen and de-collided, together with the field-of-view status used to compute them.

Constructors

AnnotationLayoutResult({required List<ArAnnotation> annotations, required ArStatus status})
const

Properties

annotations List<ArAnnotation>
Visible annotations, sorted by distance, with ArAnnotation.arPosition and ArAnnotation.arPositionOffset populated.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ArStatus
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited