Class ARWorldMappingStatus


  • public final class ARWorldMappingStatus
    extends java.lang.Object
    A value describing the world mapping status for the area visible in a given frame.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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