summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusnata Sovalin <s.sovalin@samsung.com>2019-04-15 15:18:01 +0530
committerSusnata Sovalin <s.sovalin@samsung.com>2019-04-15 15:18:01 +0530
commitfdfc902981174b9527affb1565a170fcdac2ec64 (patch)
treeba85c959d8e7e4387acfeec9e91d3f2867494fbc
parent256fbac688cab362645a30756c4ecbb4e71c9cd9 (diff)
downloadlocation-manager-fdfc902981174b9527affb1565a170fcdac2ec64.tar.gz
location-manager-fdfc902981174b9527affb1565a170fcdac2ec64.tar.bz2
location-manager-fdfc902981174b9527affb1565a170fcdac2ec64.zip
Change-Id: Ib651f6e1250369ac674a26d05ecabe288e09ac3e Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
-rw-r--r--include/location_bounds.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/location_bounds.h b/include/location_bounds.h
index 8d0248f..254f715 100644
--- a/include/location_bounds.h
+++ b/include/location_bounds.h
@@ -45,6 +45,7 @@ typedef struct {
/**
* @brief Enumeration for error code for Location manager.
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*/
typedef enum {
LOCATION_BOUNDS_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
@@ -101,6 +102,7 @@ typedef bool (*polygon_coords_cb)(location_coords_s coords, void *user_data);
* @brief Called when the given boundary is entered or exited.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @param[in] state The boundary state
+ * @param[in] user_data The user data passed from the start function
* @pre location_manager_start() will invoke this callback if you register this callback using location_bounds_set_state_changed_cb().
* @see #location_boundary_state_e
* @see location_manager_start()
@@ -170,7 +172,7 @@ int location_bounds_create_polygon(location_coords_s *coords_list, int length, l
/**
* @brief Checks whether the bounds contains the specified coordinates.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remark The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
+ * @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
* @param[in] bounds The location bounds handle
* @param[in] coords The coordinates
* @return @c true if the bounds contains the specified coordinates,