* maps_item_hashtable_free_string().
*
* @param[in] table The handle of the table
- * @param[in] key The string value of "key"
+ * @param[in] key The string value of "key"
* @param[in] value The string (char*) value
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* maps_item_hashtable_free_int().
*
* @param[in] table The handle of the table
- * @param[in] key The string value of "key"
+ * @param[in] key The string value of "key"
* @param[in] value The integer value
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @remark @a value must be released using free().
*
* @param[in] table The handle of the table
- * @param[in] key The string value of "key"
+ * @param[in] key The string value of "key"
* @param[out] value The string (char*) value
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] table The handle of the table
- * @param[in] key The string value of "key"
+ * @param[in] key The string value of "key"
* @param[out] value The integer value
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @param[in] total The total amount of properties
* @param[in] key The key of property
* @param[in] value The value of property
- * @param[in] uesr_data The user data passed from
+ * @param[in] user_data The user data passed from
* maps_place_foreach_property()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of category
* @param[in] total The total amount of categories
* @param[in] category The place category handle
- * @param[in] uesr_data The user data passed from
+ * @param[in] user_data The user data passed from
* maps_place_foreach_category()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of attribute
* @param[in] total The total amount of attributes
* @param[in] attribute The place attribute handle
- * @param[in] uesr_data The user data passed from the
+ * @param[in] user_data The user data passed from the
* maps_place_foreach_attribute()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of contact
* @param[in] total The total amount of contacts
* @param[in] contact The place contact handle
- * @param[in] uesr_data The user data passed from the
+ * @param[in] user_data The user data passed from the
* maps_place_foreach_contact()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of editorial
* @param[in] total The total amount of editorials
* @param[in] editorial The place editorial handle
- * @param[in] uesr_data The user data passed from the
+ * @param[in] user_data The user data passed from the
* maps_place_foreach_editorial()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of image
* @param[in] total The total amount of images
* @param[in] image The place image handle
- * @param[in] uesr_data The user data passed from the
+ * @param[in] user_data The user data passed from the
* maps_place_foreach_image()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
* @param[in] index The current index of review
* @param[in] total The total amount of reviews
* @param[in] review The place review handle
- * @param[in] uesr_data The user data passed from the
+ * @param[in] user_data The user data passed from the
* maps_place_foreach_review()
* @return @c true to continue with the next iteration of the loop, \n @c
* false to break out of the loop
*
* @param[in] index The current index of review
* @param[in] place The place handle
- * @param[in] uesr_data The user data passed from the maps_place_list_foreach()
+ * @param[in] user_data The user data passed from the maps_place_list_foreach()
* @return @c true to continue with the next iteration of the loop,
* \n @c false to break out of the loop
*
* \n To check if Maps Provider is capable of Place Search and which Place
* preferences are supported, see the lists of capacities and preferences above.
*
- * @param[in] maps The Maps Service handle
* @param[in] boundary The interested area
* @param[in] filter The filter handle
* @param[in] preference The place preference handle
* \n To check if Maps Provider is capable of Place Search and which Place
* preferences are supported, see the lists of capacities and preferences above.
*
- * @param[in] uri The interested place uri
+ * @param[in] url The interested place url
* @param[in] callback The result callback
* @param[in] user_data The user data to be passed to the callback function
* @param[out] request_id The request id
*
* @see maps_plugin_render_map()
*/
-typedef void(*maps_plugin_map_view_ready_cb) (maps_view_h hView);
+typedef void(*maps_plugin_map_view_ready_cb) (maps_view_h view);
/**
* @brief Create a maps view.
* @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] view The handle of maps_view
- * @param[out]enabled The pointer to a boolean in which to store the enable status
+ * @param[out] enabled The pointer to a boolean in which to store the enable status
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] view The handle of maps_view
- * @param[out]min_zoom_level The minimally available zoom level
+ * @param[out] min_zoom_level The minimally available zoom level
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] view The handle of maps_view
- * @param[out]max_zoom_level The maximally available zoom level
+ * @param[out] max_zoom_level The maximally available zoom level
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* @retval #MAPS_ERROR_INVALID_PARAMETER Invalid parameter
* @remarks @a coordinates must be released using maps_coordinates_destroy().
*
* @param[in] view The handle of maps_view
- * @param[out]coordinates The pointer to #maps_coordinates_h in which to
+ * @param[out] coordinates The pointer to #maps_coordinates_h in which to
* store the geographical coordinates of the central position of the Map
* @return 0 on success, otherwise a negative error value
* @retval #MAPS_ERROR_NONE Successful
* \n To use @a coordinates outside this function, clone it with
* maps_coordinates_clone().
*
- * @param[in] segment The segment of route
+ * @param[in] index The current index of coordinates list
+ * @param[in] total The total amount of coordinates
+ * @param[in] coordinates The current coordinates
* @param[in] user_data The user data passed from
* maps_route_segment_foreach_path()
* @return @c true to continue with the next iteration of the loop, \n @c
* \n To use @a maneuver outside this function, clone it with
* maps_route_maneuver_clone().
*
+ * @param[in] index The current index of maneuvers list
+ * @param[in] total The total amount of maneuvers
* @param[in] maneuver The maneuver of route
* @param[in] user_data The user data passed from
* maps_route_segment_foreach_maneuver()
* start from 0
* @param[in] total The total number of results
* @param[in] place The resulting Place data
- * @param[in] uesr_data The user data passed from
+ * @param[in] user_data The user data passed from
* maps_service_search_place(), maps_service_search_place_by_area() or
* maps_service_search_place_by_address()
* @return @c true to continue with the next iteration of the loop, \n @c
* @param[in] request_id The request id
* @param[in] total The total number of results
* @param[in] place_list The resulting Place list data
- * @param[in] uesr_data The user data passed from maps_service_search_place_list()
+ * @param[in] user_data The user data passed from maps_service_search_place_list()
*
* @pre maps_service_search_place_list() will invoke this callback.
*
* @param[in] error The result of request
* @param[in] request_id The request id
* @param[in] place The resulting Place data
- * @param[in] uesr_data The user data passed from maps_service_get_place_details()
+ * @param[in] user_data The user data passed from maps_service_get_place_details()
*
* @pre maps_service_get_place_details() will invoke this callback.
*