summaryrefslogtreecommitdiff
path: root/api/franca/navigation/poiservice/POIServiceTypes.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/poiservice/POIServiceTypes.fidl')
-rw-r--r--api/franca/navigation/poiservice/POIServiceTypes.fidl6
1 files changed, 2 insertions, 4 deletions
diff --git a/api/franca/navigation/poiservice/POIServiceTypes.fidl b/api/franca/navigation/poiservice/POIServiceTypes.fidl
index 7968b58..2743f79 100644
--- a/api/franca/navigation/poiservice/POIServiceTypes.fidl
+++ b/api/franca/navigation/poiservice/POIServiceTypes.fidl
@@ -31,9 +31,7 @@ typeCollection POIServiceTypes {
typedef ContentAccessModuleID is UInt8
<** @description: Set of CategoryID**>
-// enumeration CategoryIDSet extends BasicEnum {
- enumeration CategoryIDSet {
- INVALID = 0
+ enumeration CategoryIDSet extends BasicEnum {
AIRPORT = 1
SPORTING = 2
FERRY_TERMINAL = 3
@@ -221,7 +219,7 @@ typeCollection POIServiceTypes {
<** @description : enum(INVALID,ALL_CATEGORIES,AIRPORT,RESTAURANT,HOTEL,GAZ_STATION,CAR_PARK, ...). Note: A POI category is a unique ID. It could be a predefined category or a custom one defined by a POI plug-in **>
CategoryID id
<** @description : activation or search radius around the position (in 10 meters) for the category. If value is 0 (zero), the default radius (defined for a category) is applied.**>
- Radius radius
+ UInt32 radius
}