summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author <philippe colliot>2015-08-04 11:57:45 +0200
committer <philippe colliot>2015-08-04 11:57:45 +0200
commit86c047d1c415e506069e222f621e8c13735f9c20 (patch)
tree3e5e61c96f42e71b387bf97bee3e29b3a45b0282 /api
parent7408b8e55d16d8fd81acaa4ce08420c34385ee15 (diff)
downloadpoi-service-86c047d1c415e506069e222f621e8c13735f9c20.tar.gz
[POISERVICE] POI manager based on CommonAPI has been successfully tested
Diffstat (limited to 'api')
-rwxr-xr-xapi/franca/navigation/poiservice/POIContentManager.fidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/franca/navigation/poiservice/POIContentManager.fidl b/api/franca/navigation/poiservice/POIContentManager.fidl
index a20e15e..d16a48a 100755
--- a/api/franca/navigation/poiservice/POIContentManager.fidl
+++ b/api/franca/navigation/poiservice/POIContentManager.fidl
@@ -242,7 +242,9 @@ interface POIContentManager {
<** @description : poi search unique handle.**>
Handle poiSearchHandle
<** @description : enum(INVALID,NOT_STARTED,SEARCHING,FINISHED, ... ).**>
- SearchStatusState statusValue
+ SearchStatusState statusValue
+ <** @description : List of pois that match the search (only valid if status is set to SEARCHING or FINISHED, by default empty list).**>
+ POI_ID[] pois
}
}