From 09ada9b2c226b18ab54f6118510318d6642503af Mon Sep 17 00:00:00 2001 From: jomui Date: Wed, 10 Aug 2016 16:27:49 +0900 Subject: [PATCH] [3.0][common_appcontrol] Add comments about APP_CONTROL_DATA_NAME in Map part Signed-off-by: jomui Change-Id: Idfdff6c59af434a8a2a101cf85f10be1832ad5e3 --- .../html/native/app/common_appcontrol_n.htm | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/org.tizen.guides/html/native/app/common_appcontrol_n.htm b/org.tizen.guides/html/native/app/common_appcontrol_n.htm index 2d449e6..0ca3d29 100755 --- a/org.tizen.guides/html/native/app/common_appcontrol_n.htm +++ b/org.tizen.guides/html/native/app/common_appcontrol_n.htm @@ -1455,8 +1455,8 @@ show_maps_operation(void)

Show the map at the location of a given keyword (address or POI). For example: geo:0,0?q=Eiffel%20Tower

All strings passed in the geo: URI must be encoded.

If only geo: is used, it filters out all but map applications in the system, and the location to be shown depends on the application scenario and configuration.

- - + +

Extra Input

@@ -1467,8 +1467,8 @@ show_maps_operation(void) - - + +
APP_CONTROL_DATA_TYPEThe type of items to be delivered. Available values are address (default), image, or all. This key must be passed as a string.This key is optional.The type of items to be delivered. Available values are address (default), image, poi, or all. This key must be passed as an array.This key is optional and the poi is not supported at Tizen 2.4.
@@ -1479,18 +1479,26 @@ show_maps_operation(void) Key Description + Note APP_CONTROL_DATA_SELECTED The address of the selected location. This key must be passed as a string. + + + + APP_CONTROL_DATA_NAME + The name of the selected location. This key must be passed as a string. + This key is not supported at Tizen 2.4. APP_CONTROL_DATA_PATH The file path of the image showing the selected location. This key must be passed as a string. - + + - - + +

Example Code

 #include <app_control.h>
-- 
2.7.4