Package apple.arkit.enums
Class ARWorldMappingStatus
- java.lang.Object
-
- apple.arkit.enums.ARWorldMappingStatus
-
public final class ARWorldMappingStatus extends java.lang.ObjectA value describing the world mapping status for the area visible in a given frame.
-
-
Field Summary
Fields Modifier and Type Field Description static longExtendingWorld mapping is actively extending the map with the user's motion.static longLimitedWorld mapping is available but has limited features.static longMappedWorld mapping has adequately mapped the visible area.static longNotAvailableWorld mapping is not available.
-
-
-
Field Detail
-
NotAvailable
public static final long NotAvailable
World mapping is not available.- See Also:
- Constant Field Values
-
Limited
public static final long Limited
World mapping is available but has limited features. For the device's current position, the session’s world map is not recommended for relocalization.- See Also:
- Constant Field Values
-
Extending
public static final long Extending
World mapping is actively extending the map with the user's motion. The world map will be relocalizable for previously visited areas but is still being updated for the current space.- See Also:
- Constant Field Values
-
Mapped
public static final long Mapped
World mapping has adequately mapped the visible area. The map can be used to relocalize for the device's current position.- See Also:
- Constant Field Values
-
-