From: ByungWoo Lee Date: Tue, 22 Sep 2015 04:39:55 +0000 (+0900) Subject: Add empty geo uri into Map appcontrol spec X-Git-Tag: tizen_3.0/TD_SYNC/20161201~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a30eb2034d94d86dd00cc2ab94fca14d327524a1;p=sdk%2Fonline-doc.git Add empty geo uri into Map appcontrol spec Change-Id: Ida67d3279e13bd58b24f4c64c31241fe0eb9d7cc --- 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 b4547ed..8ae620b 100755 --- a/org.tizen.guides/html/native/app/common_appcontrol_n.htm +++ b/org.tizen.guides/html/native/app/common_appcontrol_n.htm @@ -1423,7 +1423,8 @@ app_control_destroy(app_control);

Show the map with 2 values that represent the latitude and longitude. For example: geo:50.1,-50.1

  • geo:0,0?q=keyword

    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.

  • +

    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 application scenario/configuration.

    MIME Type

    N/A

    @@ -1483,9 +1484,9 @@ show_maps_operation(void)

    APP_CONTROL_OPERATION_PICK

    URI (Mandatory)

    MIME Type

    N/A