Enum Class LocationFeature

java.lang.Object
java.lang.Enum<LocationFeature>
com.here.sdk.location.LocationFeature
All Implemented Interfaces:
Serializable, Comparable<LocationFeature>, Constable

public enum LocationFeature extends Enum<LocationFeature>

Location features supported by HERE positioning.

  • Enum Constant Details

    • CELLULAR_POSITIONING

      public static final LocationFeature CELLULAR_POSITIONING

      Cellular network positioning.

    • WIFI_POSITIONING_2D

      public static final LocationFeature WIFI_POSITIONING_2D

      WiFi network positioning without altitude.

    • WIFI_POSITIONING_3D

      public static final LocationFeature WIFI_POSITIONING_3D

      WiFi network positioning with altitude.

    • HD_GNSS_POSITIONING

      public static final LocationFeature HD_GNSS_POSITIONING

      HD GNSS positioning.

    • UNDEFINED

      public static final LocationFeature UNDEFINED

      Not defined.

  • Method Details

    • values

      public static LocationFeature[] 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 LocationFeature 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