public final class ARWorldMappingStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Extending
World mapping is actively extending the map with the user's motion.
|
static long |
Limited
World mapping is available but has limited features.
|
static long |
Mapped
World mapping has adequately mapped the visible area.
|
static long |
NotAvailable
World mapping is not available.
|
public static final long NotAvailable
public static final long Limited
public static final long Extending
public static final long Mapped