Share via


ARWorldMappingStatus Enum

Definition

Enumerates the states of a world-mapping session.

[ObjCRuntime.Native]
public enum ARWorldMappingStatus
[<ObjCRuntime.Native>]
type ARWorldMappingStatus = 
Inheritance
ARWorldMappingStatus
Attributes

Fields

Name Value Description
NotAvailable 0

No real-world map is available.

Limited 1

Not enough data has been gathered to accurately fix the device in space.

Extending 2

Some areas have been mapped, but further mapping is still required.

Mapped 3

There is enough data to accurately track the device in the real world.

Applies to