Enum Class Location.Quality

java.lang.Object
java.lang.Enum<Location.Quality>
es.situm.sdk.model.location.Location.Quality
All Implemented Interfaces:
Serializable, Comparable<Location.Quality>, Constable
Enclosing class:
Location

public static enum Location.Quality extends Enum<Location.Quality>
The quality of the location/bearing. It's only used indoor
  • Enum Constant Details

    • HIGH

      public static final Location.Quality HIGH
      The quality of the location/bearing is high
    • LOW

      public static final Location.Quality LOW
      The quality of the location/bearing is low
  • Method Details

    • values

      public static Location.Quality[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Location.Quality valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null