summaryrefslogtreecommitdiff
path: root/api/franca/navigation/mapviewer/MapViewerControl.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/mapviewer/MapViewerControl.fidl')
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl32
1 files changed, 16 insertions, 16 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl
index 9c26734..bf806b5 100755
--- a/api/franca/navigation/mapviewer/MapViewerControl.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl
@@ -222,7 +222,21 @@ interface MapViewerControl {
Boolean highlighted
}
-
+ struct CategoryVisibility {
+ CategoryID poiCategoryId
+ <**
+ @description : visible = TRUE means that the POI categories are visible
+ **>
+ Boolean visible
+ <**
+ @description : minScaleID = minimun scale on which the POI categories are displayed
+ **>
+ UInt8 minScaleID
+ <**
+ @description : maxScaleID = maximum scale on which the POI categories are displayed
+ **>
+ UInt8 maxScaleID
+ }
<**
@description : struct generated for DBus argument DisplayCustomElements_customElementsElem4
@@ -1710,22 +1724,8 @@ interface MapViewerControl {
**>
Handle mapViewInstanceHandle
- CategoryID[] poiCategoryIds
-
- <**
- @description : visible = TRUE means that the POI categories are visible
- **>
- Boolean visible
-
- <**
- @description : minScaleID = minimun scale on which the POI categories are displayed
- **>
- UInt8 minScaleID
+ CategoryVisibility[] poiCategoryVisibilities
- <**
- @description : maxScaleID = maximum scale on which the POI categories are displayed
- **>
- UInt8 maxScaleID
}
}