[Version] capi-maps-service_0.6.0
[Date] 18 April 2016
[Title] ACR about Maps-View APIs
-[Developer] Jongmun Woo <jongmun.woo@samsung.com>
+[Developer] Jongmun Woo <jongmun.woo@samsung.com>
+
+[Version] capi-maps-service_0.6.0
+[Date] 29 Febrary 2016
+[Title] Added Map View API
+[Developer] Alexey Shulga <a.shulga@samsung.com>
+ Young-Ae Kang <youngae.kang@samsung.com>
+ Seechan Kim <cbible.kim@samsung.com>
+
+[Version] capi-maps-service_0.5.5
+[Date] 11 Febrary 2016
+[Title] Added some APIs for marker resizing and z-ordering.
+[Developer] Seechan Kim <cbible.kim@samsung.com>
+
+[Version] capi-maps-service_0.5.4
+[Date] 25 Febrary 2016
+[Title] Reduced useless memory duplications.
+[Developer] Young-Ae Kang <youngae.kang@samsung.com>
+
+[Version] capi-maps-service_0.5.4
+[Date] 19 October 2015
+[Title] Renamed maps_view_marker_type_e to map_marker_type_e.
+[Developer] Alexey Shulga <a.shulga@samsung.com>
[Version] capi-maps-service_0.5.3
[Date] 22 January 2016
[Title] Added place list API.
-[Developer] Kyoungjun Sung <kj7.sung@samsung.com>
+[Developer] Kyoungjun Sung <kj7.sung@samsung.com>
+
+[Version] capi-maps-service_0.5.3
+[Date] 14 October 2015
+[Title] Added map_object_create_group API.
+[Developer] Alexey Shulga <a.shulga@samsung.com>
+
+[Version] capi-maps-service_0.5.2
+[Date] 13 October 2015
+[Title] Made more clear API for setting Map View event callback and reaction on User Gesture.
+[Developer] Alexey Shulga <a.shulga@samsung.com>
+
+[Version] capi-maps-service_0.5.1
+[Date] 06 October 2015
+[Title] Adopted recommended Map Object Life Cycle: create - set/get - add to view; optimized API names.
+[Developer] Alexey Shulga <a.shulga@samsung.com>
[Version] capi-maps-service_0.5.0
[Date] 21 October 2015
[Title] Added coordinates address list API.
[Developer] Young-Ae Kang <youngae.kang@samsung.com>
+[Version] capi-maps-service_0.5.0
+[Date] 23 September 2015
+[Title] Added Mapping API.
+[Developer] Alexey Shulga <a.shulga@samsung.com>
+
[Version] capi-maps-service_0.4.6
[Date] 16 September 2015
[Title] Added -fvisibility=hidden to make EXPORT_API useful.
[Version] capi-maps-service_0.4.0
[Date] 14 July 2015
-[Title] [ACR-309] [2.4][capi-maps-service][Modify] Visibility of some APIs of Maps was changed
+[Title] [ACR-309][2.4][capi-maps-service][Modify] Visibility of some APIs of Maps was changed
[Developer] Young-Ae Kang <youngae.kang@samsung.com>
[Version] capi-maps-service_0.3.2
/**
* @brief Checks if the Maps Plugin supports a request.
- * @details This function checks if the Maps Plugin supports a specified
- * request.
+ * @details This function checks if the Maps Plugin supports a specified request.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @param[in] service The service to be checked
* @param[out] supported Is the service supported
* @return 0 on success, otherwise a negative error value
- * @retval #MAPS_ERROR_NONE Successful, the service is supported
+ * @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #MAPS_ERROR_INVALID_OPERATION Invalid operation
*
*
* @see maps_service_create()
*/
-int maps_plugin_is_service_supported(maps_service_e service,
- bool *supported);
+int maps_plugin_is_service_supported(maps_service_e service, bool *supported);
/**
* @brief Checks if the Maps Plugin supports a data feature.
- * @details This function checks if the Maps Plugin supports a specified data
- * feature.
+ * @details This function checks if the Maps Plugin supports a specified data feature.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
*
* @param[in] data The data feature to be checked
* @param[out] supported Is the data feature supported
* @return 0 on success, otherwise a negative error value
- * @retval #MAPS_ERROR_NONE Successful, the data feature is supported
+ * @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #MAPS_ERROR_INVALID_OPERATION Invalid operation
*
* @param[in] service The service to be checked
* @param[out] supported Is the service supported
* @return 0 on success, otherwise a negative error value
- * @retval #MAPS_ERROR_NONE Successful, the service is supported
+ * @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #MAPS_ERROR_SERVICE_NOT_AVAILABLE Service not available
*
* @param[in] data The data feature to be checked
* @param[out] supported Is the data feature supported
* @return 0 on success, otherwise a negative error value
- * @retval #MAPS_ERROR_NONE Successful, the data feature is supported
+ * @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #MAPS_ERROR_SERVICE_NOT_AVAILABLE Service not available
*
*
* @addtogroup CAPI_MAPS_VIEW_MODULE
* @{
- * @brief This provides APIs related to operations used in View
+ * @brief This provides APIs related to operations, used in View.
* @details Supported View API features include:
* * Creating and destroying the View port, moving and resizing it
* * Changing zoom, and orientation
* zoom level and rotation angle use maps_view_set_center(),
* maps_view_set_zoom_level() and maps_view_set_orientation() respectively.
* \n To change View theme, size and visibility properties use
- * maps_view_set_type() and maps_view_set_visibility()
- * respectively.
+ * maps_view_set_type() and maps_view_set_visibility() respectively.
* @since_tizen 3.0
* @privlevel public
* @privilege %http://tizen.org/privilege/mapservice
/**
*
- * @ingroup CAPI_MAPS_SERVICE_MODULE
+ * @ingroup CAPI_MAPS_VIEW_MODULE
* @defgroup CAPI_MAPS_VIEW_EVENT_DATA_MODULE View Event Data
*
* @file maps_view_event_data.h
*
* @addtogroup CAPI_MAPS_VIEW_EVENT_DATA_MODULE
* @{
- * @brief This provides APIs related to operations with View Event Data
+ * @brief This provides APIs related to operations, used in View Event Data.
* @details Supported Event types are following:
* * User gesture over the Map
* * Map action, such as zooming or rotation
* @par Features available by Event Type
* The correspondence between the type of event and available event data
* is following:
- * | Feature/Event Type | Gesture | Action | Object | Ready |
- * | :---------------------------------- | :-----: | :----: | :----: | :---: |
+ * | Feature/Event Type | Gesture | Action | Object | Ready |
+ * | :---------------------------------------- | :-----: | :----: | :----: | :---: |
* | #maps_view_event_type_e | + | + | + | + |
* | #maps_view_gesture_e | + | | + | |
* | #maps_view_action_e | | + | | |
#include <maps_coordinates.h>
/**
- * @ingroup CAPI_MAPS_SERVICE_MODULE
+ * @ingroup CAPI_MAPS_VIEW_MODULE
* @defgroup CAPI_MAPS_VIEW_OBJECT_MODULE View Object
*
* @file maps_view_object.h
*
* @addtogroup CAPI_MAPS_VIEW_OBJECT_MODULE
* @{
- * @brief This file contains the functions related to View Objects
+ * @brief This provides APIs related to operations, used in View Object.
* @details Supported Object types are following:
* * Markers
* * Polygons
/**
* @}
*/
-#endif /* __MAP_OBJECT_H__*/
+#endif /* __MAPS_VIEW_OBJECT_H__ */
#include <maps_view_object.h>
/**
- * @ingroup CAPI_MAP_VIEW_MODULE
- * @defgroup CAPI_MAP_OBJECTS_MODULE Maps View Objects
+ * @ingroup CAPI_MAPS_VIEW_MODULE
+ * @defgroup CAPI_MAPS_VIEW_OBJECT_MODULE View Objects
*
* @file map_object.h
- * @brief This file contains the functions of Map Object API
+ * @brief This file contains the functions of View Object API
*
- * @addtogroup CAPI_MAP_OBJECTS_MODULE
+ * @addtogroup CAPI_MAPS_VIEW_OBJECT_MODULE
* @{
- * @brief This file contains the functions related to Map View Objects
+ * @brief This provides APIs related to operations, used in View Object.
* @details Supported Object types are following:
* * Markers
* * Polygons
#include <maps_view.h>
/**
- * @ingroup CAPI_MAP_VIEW_MODULE
- * @defgroup CAPI_MAP_VIEW_MODULE Maps View
+ * @ingroup CAPI_MAPS_VIEW_MODULE
+ * @defgroup CAPI_MAPS_VIEW_MODULE View
*
* @file map_object.h
* @brief This file contains the functions of Map View API
*
- * @addtogroup CAPI_MAP_OBJECTS_MODULE
+ * @addtogroup CAPI_MAPS_VIEW_MODULE
* @{
* @brief This file contains the functions related to Map View
*/
* @details This function gets the current zoom factor of View.
* @since_tizen 3.0
* @remarks zoom @a factor can be obtained also in maps_view_on_event_cb()
- * callback, assigned using map_view_set_event_cb() with the event
+ * callback, assigned using maps_view_set_event_cb() with the event
* type #MAPS_VIEW_EVENT_ACTION specified.
*
* @param[in] view The view handle