com.samsung.android.sdk.healthdata

Interface HealthConstants.AmbientTemperature

    • Field Detail

      • TEMPERATURE

        static final String TEMPERATURE
        Measured surrounding temperature in Celsius.

        • Mandatory
        • Type: float
        • Value range: -100 ~ 100

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • HUMIDITY

        static final String HUMIDITY
        Measured surrounding humidity in liters per hour.

        • Optional
        • Type: float
        • Value range: 0 ~ 100

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • LATITUDE

        static final String LATITUDE
        Latitude value of the place in degrees.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: -90 ~ 90

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • LONGITUDE

        static final String LONGITUDE
        Longitude value of the place in degrees.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: -180 ~ 180

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • ALTITUDE

        static final String ALTITUDE
        Altitude value of the place in meters.
        It follows WGS 84.

        • Optional
        • Type: float
        • Value range: -1000 ~ 10000

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • ACCURACY

        static final String ACCURACY
        Accuracy value of location information.

        • Optional
        • Type: float
        • Value range: 0 and above

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • COMMENT

        static final String COMMENT
        Comment for data.

        • Optional
        • Type: String
        • Value length: 0 ~ 255

        Since:
        1.0.0
        See Also:
        Constant Field Values
      • HEALTH_DATA_TYPE

        static final String HEALTH_DATA_TYPE
        Data type name for ambient temperature and humidity data.
        Use "com.samsung.health.ambient_temperature" to add permission to the manifest file.
        Since:
        1.0.0
        See Also:
        Constant Field Values