*
* @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
* @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);
* @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);
* @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);
* @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
* @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
* @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
* @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
* @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;