From a30eb2034d94d86dd00cc2ab94fca14d327524a1 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Tue, 22 Sep 2015 13:39:55 +0900 Subject: [PATCH] Add empty geo uri into Map appcontrol spec Change-Id: Ida67d3279e13bd58b24f4c64c31241fe0eb9d7cc --- org.tizen.guides/html/native/app/common_appcontrol_n.htm | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 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

    -- 2.7.4