*
* @section CAPI_GEOFENCE_MANAGER_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/location\n
- * - http://tizen.org/feature/location.geofence\n
+ * - %http://tizen.org/feature/location\n
+ * - %http://tizen.org/feature/location.geofence\n
* It is recommended to design feature related codes in your application for reliability.\n
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
*
* @section CAPI_GEOFENCE_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/location\n
- * - http://tizen.org/feature/location.geofence\n
+ * - %http://tizen.org/feature/location\n
+ * - %http://tizen.org/feature/location.geofence\n
* It is recommended to design feature related codes in your application for reliability.\n
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
* @brief Creates a new geofence manager.
* @since_tizen 2.4
* @remarks The manager must be released using geofence_manager_destroy().\n
- * Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[out] manager A geofence manager handle to be newly created on success
* @return @c 0 on success,
* otherwise a negative error value
/**
* @brief Releases the geofence manager.
* @since_tizen 2.4
- * @remarks Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[in] manager The geofence manager handle
* @return @c 0 on success,
* otherwise a negative error value
* @brief Creates a geopoint type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
- * Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[in] place_id The current place ID
* @param[in] latitude Specifies the value of latitude of geofence [-90.0 ~ 90.0] (degrees)
* @param[in] longitude Specifies the value of longitude of geofence [-180.0 ~ 180.0] (degrees)
* @brief Creates a bluetooth type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
- * Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[in] place_id The current place ID
* @param[in] bssid Specifies the value of BSSID of BT MAC address
* @param[in] ssid Specifies the value of SSID of BT Device
* @brief Creates a Wi-Fi type of new geofence.
* @since_tizen 2.4
* @remarks The fence must be released using geofence_destroy().\n
- * Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[in] place_id The current place ID
* @param[in] bssid Specifies the value of BSSID of Wi-Fi MAC address
* @param[in] ssid Specifies the value of SSID of Wi-Fi Device
/**
* @brief Releases the geofence.
* @since_tizen 2.4
- * @remarks Since 3.0, http://tizen.org/privilege/location privilege is not required.
+ * @remarks Since 3.0, %http://tizen.org/privilege/location privilege is not required.
* @param[in] fence The geofence handle
* @return @c 0 on success,
* otherwise a negative error value