Addition of detailed description of API location_bounds_contains_coordinates_on_edge 42/240942/1 accepted/tizen/unified/20200828.121525 submit/tizen/20200827.074310
authorchakradhar <v.pogiri@samsung.com>
Thu, 13 Aug 2020 04:30:01 +0000 (10:00 +0530)
committerchakradhar <v.pogiri@samsung.com>
Thu, 13 Aug 2020 04:30:01 +0000 (10:00 +0530)
Change-Id: I66f1f1632534eb14545527d2e6a1340aa04fc251

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