Merge "Addition of API location_manager_get_velocity_accuracy" into tizen accepted/tizen/unified/20200908.060801 submit/tizen/20200907.044348
authorRandeep Singh <randeep.s@samsung.com>
Mon, 7 Sep 2020 04:39:21 +0000 (04:39 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 7 Sep 2020 04:39:21 +0000 (04:39 +0000)
include/location_bounds.h

index 8efcffa..6347ca5 100644 (file)
@@ -189,11 +189,12 @@ bool location_bounds_contains_coordinates(location_bounds_h bounds, location_coo
 
 /**
  * @brief Checks whether the edges of the bounds contain the specified coordinates within tolerance.
+ * @since_tizen 6.0
  * @param[in] bounds The location bounds handle
  * @param[in] coords The coordinates
  * @param[in] tolerance tolerance in metres
- * @return @c true if the edges of the bounds contain the specified coordinates within tolerance,
- *         otherwise else @c false
+ * @return @c true if the distance between edges of @a bounds and point at @a coords are not farther than @a tolerance
+ *         otherwise @c false
  * @exception #LOCATION_BOUNDS_ERROR_NONE Successful
  * @exception #LOCATION_BOUNDS_ERROR_OUT_OF_MEMORY Out of memory
  * @exception #LOCATION_BOUNDS_ERROR_INVALID_PARAMETER Invalid parameter