Resolved Native API Reference issues for maps-service 37/216737/2 accepted/tizen/unified/20191106.124800 submit/tizen/20191104.044659
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 31 Oct 2019 10:38:36 +0000 (16:08 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Fri, 1 Nov 2019 08:50:02 +0000 (14:20 +0530)
Change-Id: Idbe94039f65fbb4214b6abab4384b8db4be1f3c3
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
include/maps_error.h
include/maps_service.h
include/maps_view.h

index 2f21c9e..1f56320 100644 (file)
@@ -38,11 +38,6 @@ extern "C" {
 #endif
 
 
-#ifndef TIZEN_ERROR_MAPS_SERVICE
-#define TIZEN_ERROR_MAPS_SERVICE -0x02C20000
-#endif
-
-
 /**
  * @brief Enumeration for error codes for Maps Service and Plug-ins.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
index 9651bcc..580e01e 100644 (file)
@@ -596,7 +596,6 @@ int maps_service_geocode(const maps_service_h maps, const char *address, const m
  * @pre Call maps_service_create() to create Maps Service and obtain its handle.
  * @post It invokes maps_service_geocode_cb() to deliver obtained position coordinates.
  * @see maps_service_geocode_by_structured_address()
- * @see maps_service_geocode_inside_area()
  * @see maps_service_geocode_cb()
  * @see maps_service_geocode()
  * @see maps_service_cancel_request()
index e5d5c91..09a8e36 100644 (file)
@@ -1106,7 +1106,6 @@ int maps_view_remove_object(maps_view_h view, maps_view_object_h object);
  * @pre objects are added using maps_view_add_object().
  * @see #maps_view_object_h
  * @see maps_view_add_object()
- * @see maps_view_remove_all_objects()
  * @see maps_view_create()
  */
 int maps_view_remove_all_objects(maps_view_h view);