fixed to enable only maps_service.h file needed to use Maps-service 14/80414/2
authorchanywa <cbible.kim@samsung.com>
Mon, 18 Jul 2016 04:30:00 +0000 (13:30 +0900)
committerSeechan Kim <cbible.kim@samsung.com>
Mon, 18 Jul 2016 04:31:52 +0000 (21:31 -0700)
Change-Id: I4cc678da35875e643c2f55949f14a19d3b4e725b

include/maps_service.h
include/maps_view.h

index 658604f..06f10e8 100755 (executable)
@@ -25,6 +25,7 @@
 #include <maps_place.h>
 #include <maps_place_filter.h>
 #include <maps_route.h>
+#include <maps_view.h>
 
 /**
  *
index b56e7c7..eebce37 100755 (executable)
@@ -18,7 +18,6 @@
 #define __MAPS_VIEW_H__
 
 #include <Evas.h>
-#include <maps_service.h>
 #include <maps_view_object.h>
 #include <maps_view_event_data.h>
 
 extern "C" {
 #endif
 
+/**
+ * @brief      The Maps Service handle
+ * @details The Maps Service handle can be created by calling of maps_service_create().
+ * \n To release the handle use maps_service_destroy().
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
+ *
+ * @see maps_service_create()
+ * @see maps_service_destroy()
+ */
+typedef void *maps_service_h;
 
  /**
  * @brief      The View handle