/**
+ * @deprecated Deprecated since 8.0.
* @brief Creates a geopoint type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
/**
+ * @deprecated Deprecated since 8.0.
* @brief Creates a bluetooth type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
/**
+ * @deprecated Deprecated since 8.0.
* @brief Creates a Wi-Fi type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
/**
+ * @deprecated Deprecated since 8.0.
* @brief Releases the geofence.
* @since_tizen 2.4
* @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the type of geofence.
* @since_tizen 2.4
* @param[in] fence The geofence handle
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the ID of place.
* @since_tizen 2.4
* @param[in] fence The geofence handle
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the latitude of geofence.
* @since_tizen 2.4
* @remarks The geofence has latitude only when geofence_type_e is GEOFENCE_TYPE_GEOPOINT.
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the longitude of geofence.
* @since_tizen 2.4
* @remarks The geofence has longitude only when geofence_type_e is GEOFENCE_TYPE_GEOPOINT.
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the radius of geofence.
* @since_tizen 2.4
* @remarks The geofence has radius only when geofence_type_e is GEOFENCE_TYPE_GEOPOINT.
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the address of geofence
* @since_tizen 2.4
* @remarks The geofence has address only when geofence_type_e is GEOFENCE_TYPE_GEOPOINT. The address must be released using free().
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the bssid of geofence
* @since_tizen 2.4
* @remarks The geofence has bssid only when geofence_type_e is GEOFENCE_TYPE_BLUETOOTH or GEOFENCE_TYPE_WIFI. The bssid must be released using free().
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the ssid of geofence
* @since_tizen 2.4
* @remarks The geofence has ssid only when geofence_type_e is GEOFENCE_TYPE_BLUETOOTH or GEOFENCE_TYPE_WIFI. The ssid must be released using free().
/**
+ * @deprecated Deprecated since 8.0.
* @brief Returns The geofence status of specified geofence.
* @since_tizen 2.4
* @remarks A status must be released using geofence_status_destroy()
/**
+ * @deprecated Deprecated since 8.0.
* @brief Releases the memory, used by the status data.
* @since_tizen 2.4
* @param[in] status The status handle of a specified geofence
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the state of geofence.
* @since_tizen 2.4
* @param[in] status The geofence status handle
/**
+ * @deprecated Deprecated since 8.0.
* @brief Gets the amount of seconds geofence is in the current state.
* @since_tizen 2.4
* @param[in] status The geofence status handle