summaryrefslogtreecommitdiff
path: root/api/poi-service/genivi-poiservice-poisearch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'api/poi-service/genivi-poiservice-poisearch.xml')
-rw-r--r--api/poi-service/genivi-poiservice-poisearch.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/api/poi-service/genivi-poiservice-poisearch.xml b/api/poi-service/genivi-poiservice-poisearch.xml
index 3fc44be..3ad3575 100644
--- a/api/poi-service/genivi-poiservice-poisearch.xml
+++ b/api/poi-service/genivi-poiservice-poisearch.xml
@@ -532,7 +532,7 @@
<line>resultListSize = Number of items of the results list</line>
</doc>
</arg>
- <arg name="resultListWindow" type="a(uuia(ui(yv)))" direction="out">
+ <arg name="resultListWindow" type="a(tuia(ui(yv)))" direction="out">
<doc>
<line>resultListWindow = array[unique_id, distance, route_status, attributeList]</line>
<line>unique_id = POI unique id</line>
@@ -561,17 +561,18 @@
<line>GetPoiDetails = This method retrieves the details associated to one or more POI.</line>
<line>It contains the name, the parent categories, the list of attributes, the icons, ... .</line>
</doc>
- <arg name="id" type="au" direction="in">
+ <arg name="id" type="at" direction="in">
<doc>
- <line>list of poi = Unique poi id</line>
+ <line>list of poi[unique_id]</line>
+ <line>unique_id = POI unique id</line>
</doc>
</arg>
- <arg name="results" type="a((us(ddd))aua(ui(yv)))" direction="out">
+ <arg name="results" type="a((ts(ddd))aua(ui(yv)))" direction="out">
<doc>
<line>results = array[details, categories, attributeList]</line>
<line>results = List of details for all the POI.</line>
<line>details = struct(unique id, name, location)</line>
- <line>unique id = POI id</line>
+ <line>unique_id = POI unique id</line>
<line>name = POI name</line>
<line>location = struct(lat,lon,alt)</line>
<line>lat = latitude of a vertex of the polygon in format %3.6f. Range [-90:+90]. Example: 48.053250</line>