Add empty geo uri into Map appcontrol spec
authorByungWoo Lee <bw1212.lee@samsung.com>
Tue, 22 Sep 2015 04:39:55 +0000 (13:39 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Tue, 22 Sep 2015 04:39:55 +0000 (13:39 +0900)
Change-Id: Ida67d3279e13bd58b24f4c64c31241fe0eb9d7cc

org.tizen.guides/html/native/app/common_appcontrol_n.htm

index b4547ed..8ae620b 100755 (executable)
@@ -1423,7 +1423,8 @@ app_control_destroy(app_control);
        <p>Show the map with 2 values that represent the latitude and longitude. For example: <span style="font-family: Courier New,Courier,monospace">geo:50.1,-50.1</span></p></li>
        <li><span style="font-family: Courier New,Courier,monospace">geo:0,0?q=keyword</span>
        <p>Show the map at the location of a given keyword (address or POI). For example: <span style="font-family: Courier New,Courier,monospace">geo:0,0?q=Eiffel%20Tower</span></p><br>
-       <p>All strings passed in the geo: URI must be encoded.</p></li>
+       <p>All strings passed in the geo: URI must be encoded.</p>
+       <p>If only "geo:" is used, it filters out all but map applications in the system, and the location to be shown depends on application scenario/configuration.</p></li>
        </ul>
 <h4>MIME Type</h4>
 <p>N/A</p>
@@ -1483,9 +1484,9 @@ show_maps_operation(void)
        <p><span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_PICK</span></p>
 <h4>URI (Mandatory)</h4>
        <ul><li><span style="font-family: Courier New,Courier,monospace">geo:0,0?q=keyword</span>
-       <p>If only "geo:" is used, it filters out all but map applications in the system, and you can use the extra data only to pass optional parameters.</p><br/>
-       <p>Show the map at the location of a given keyword (address or POI). For example: <span style="font-family: Courier New,Courier,monospace">geo:0,0?q=Eiffel%20Tower</span></p>
-       <p>All strings passed in the geo: URI must be encoded.</p></li>
+       <p>Show the map at the location of a given keyword (address or POI). For example: <span style="font-family: Courier New,Courier,monospace">geo:0,0?q=Eiffel%20Tower</span></p><br>
+       <p>All strings passed in the geo: URI must be encoded.</p>
+       <p>If only "geo:" is used, it filters out all but map applications in the system, and the location to be shown depends on application scenario/configuration.</p></li>
        </ul>
 <h4>MIME Type</h4>
 <p>N/A</p>