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.fidl22
1 files changed, 9 insertions, 13 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl
index c773ff8..64c8676 100755
--- a/api/franca/navigation/mapviewer/MapViewerControl.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl
@@ -836,7 +836,7 @@ interface MapViewerControl {
<**
@description : mapViewScaleChanged = This signal is emitted when the mapview scale changes
**>
- broadcast mapViewScaleChanged {
+ broadcast mapViewScaleChanged selective {
out {
<**
@@ -873,18 +873,6 @@ interface MapViewerControl {
}
<**
- @description : addMapViewScaleChangedListener = This method adds a listener which is notified when map view scale changes.
- **>
- method addMapViewScaleChangedListener {
- }
-
- <**
- @description : removeMapViewScaleChangedListener = This method removes a listener which is notified when map view scale changes.
- **>
- method removeMapViewScaleChangedListener {
- }
-
- <**
@description : setCameraHeight = This method sets the camera height
**>
method setCameraHeight {
@@ -1837,6 +1825,10 @@ interface MapViewerControl {
out {
Coordinate2D [] geoCoordinates
}
+ error {
+ OK
+ MAPVIEWERCONTROL_ERROR_INVALID_INPUT // wrong input coordinates
+ }
}
<**
@@ -1862,6 +1854,10 @@ interface MapViewerControl {
Pixel [] pixelCoordinates
}
+ error {
+ OK
+ MAPVIEWERCONTROL_ERROR_INVALID_INPUT // wrong input coordinates
+ }
}
<**