Native API issues Fix 71/244071/4 accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified tizen_6.0_hotfix tizen_6.5 accepted/tizen/6.0/unified/20201030.122016 accepted/tizen/6.0/unified/hotfix/20201103.004303 accepted/tizen/6.0/unified/hotfix/20201103.051336 accepted/tizen/6.5/unified/20211028.101010 accepted/tizen/unified/20201006.044322 accepted/tizen/unified/20201221.021420 submit/tizen/20201001.054919 submit/tizen/20201218.094513 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 submit/tizen_6.5/20211028.161801 tizen_6.0.m2_release tizen_6.5.m2_release
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Mon, 14 Sep 2020 23:23:25 +0000 (04:53 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 1 Oct 2020 05:36:34 +0000 (11:06 +0530)
Change-Id: I3d61d72afd10a6464f03bb791f24b2a25a7683b2
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
doc/maps_service_doc.h
include/maps_address.h
include/maps_coordinates.h
include/maps_preference.h
include/maps_service.h
include/maps_view.h
include/maps_view_event_data.h

index b19d47c3d3a9a2cdd299b15fe8bc61a60f1994d7..9cc411b2fe6cc780490b362cec59fce5e282db00 100644 (file)
  *
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
- * - http://tizen.org/feature/maps\n
+ * - %http://tizen.org/feature/maps\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
index 2396d4aefa502f4be16c74d013c24d15528785cf..2a38310b364f0663d644d68acf379f158a292f50 100644 (file)
@@ -320,7 +320,6 @@ int maps_address_get_freetext(const maps_address_h address, char **freetext);
  * @retval #MAPS_ERROR_NOT_SUPPORTED Not supported
  * @pre @a address is created using maps_address_create().
  * @see maps_address_create()
- * @see maps_address_get_number()
  */
 int maps_address_set_building_number(maps_address_h address, const char *building_number);
 
index 44d763300bd9954f3ee3366dfc5155d9cd6e4dbd..d7db0b15abdab04405a82432266e296c54301edb 100644 (file)
@@ -335,7 +335,6 @@ int maps_coordinates_list_get_length(maps_coordinates_list_h coordinates_list, i
  * @param[in] user_data The user data passed from the foreach function
  * @return @c true to continue with the next iteration of the loop,\n
  *         @c false to break out of the loop
- * @see batch_coordinates_foreach_coordinates()
  */
 typedef bool (*maps_coordinates_cb) (int index, maps_coordinates_h coordinates, void *user_data);
 
index cab7ebaddb3918530628aabcdc1b92b7a60a94a4..88a140ada24d69f8bf7e353e8d2da1c6f001f62b 100644 (file)
@@ -682,7 +682,6 @@ int maps_preference_set_route_alternatives_enabled(maps_preference_h preference,
  * @retval #MAPS_ERROR_NOT_SUPPORTED Not supported
  * @pre @a preference is created using maps_preference_create().
  * @see maps_preference_create()
- * @see maps_preference_get_property()
  * @see maps_preference_foreach_property()
  */
 int maps_preference_set_property(maps_preference_h preference, const char *key, const char *value);
index c96f46ba2a27315ed9debe8fe65066481cffdb26..db2aa2da58f7343442e1cfca6595810edf2dce4d 100644 (file)
@@ -442,7 +442,7 @@ int maps_service_cancel_request(const maps_service_h maps, int request_id);
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\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
@@ -776,7 +776,7 @@ int maps_service_multi_reverse_geocode(const maps_service_h maps, maps_coordinat
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\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
@@ -1123,7 +1123,7 @@ int maps_service_get_place_details(const maps_service_h maps, const char *uri, m
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\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
index 78e7b7be69aea2ac2d4880f0ab13c5f6654ee760..4fe859f6a82297e066be0e75402828a5e2f35310 100644 (file)
@@ -31,7 +31,7 @@
  * @if WEARABLE
  * @section CAPI_MAPS_SERVICE_MODULE_FEATURE Related Features
  *          This API is related with the following features:\n
- *          - http://tizen.org/feature/network.internet\n
+ *          - %http://tizen.org/feature/network.internet\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
index 6f6219420e1ebc84cf951ca812388edbf0adb0e6..66abf5c0f0fbe271b3feda1111917eee83e809a9 100644 (file)
@@ -96,13 +96,13 @@ typedef void *maps_view_event_data_h;
  * @see #maps_view_gesture_e
  */
 typedef enum _maps_view_action_e {
-       MAPS_VIEW_ACTION_NONE, /** Indicates the empty action */
-       MAPS_VIEW_ACTION_SCROLL, /** Indicates the set center action */
-       MAPS_VIEW_ACTION_ZOOM, /** Indicates the zoom action */
-       MAPS_VIEW_ACTION_ZOOM_IN, /** Indicates the zoom-in action */
-       MAPS_VIEW_ACTION_ZOOM_OUT, /** Indicates the zoom-out action */
-       MAPS_VIEW_ACTION_ZOOM_AND_SCROLL, /** Indicates the zoom and scrolling action */
-       MAPS_VIEW_ACTION_ROTATE, /** Indicates the rotation action */
+       MAPS_VIEW_ACTION_NONE, /**< Indicates the empty action */
+       MAPS_VIEW_ACTION_SCROLL, /**< Indicates the set center action */
+       MAPS_VIEW_ACTION_ZOOM, /**< Indicates the zoom action */
+       MAPS_VIEW_ACTION_ZOOM_IN, /**< Indicates the zoom-in action */
+       MAPS_VIEW_ACTION_ZOOM_OUT, /**< Indicates the zoom-out action */
+       MAPS_VIEW_ACTION_ZOOM_AND_SCROLL, /**< Indicates the zoom and scrolling action */
+       MAPS_VIEW_ACTION_ROTATE, /**< Indicates the rotation action */
 } maps_view_action_e;