Class Venue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class Venue
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.Serializable
    Venue information
    Since:
    5.13
    See Also:
    Serialized Form
    • Constructor Detail

      • Venue

        public Venue​(java.lang.String name,
                     float confidence,
                     Floor floor)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        Name of the venue
      • getConfidence

        public float getConfidence()
        Returns:
        Confidence level at which venue was detected
      • hasFloor

        public boolean hasFloor()
        Returns:
        true if floor information is available
      • getFloor

        public Floor getFloor()
        Returns:
        Floor information
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • clone

        public Venue clone()