summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-01-17 17:28:10 +0100
committerasanoaozora <fifitaneki@hotmail.com>2018-01-17 17:28:10 +0100
commitc47c664214c09e8dc282e9594bf6ecc071c8da44 (patch)
tree26087e1260f60144ba2497f9d5a53eb5114d40c7 /api
parent60fd28e1725f3874396d13534012e5639c53ae15 (diff)
downloadpoi-service-c47c664214c09e8dc282e9594bf6ecc071c8da44.tar.gz
GT-3532
Add a signal to inform of the end of map rotation
Diffstat (limited to 'api')
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl16
1 files changed, 15 insertions, 1 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl
index d26575c..fff1dea 100755
--- a/api/franca/navigation/mapviewer/MapViewerControl.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl
@@ -2077,7 +2077,7 @@ interface MapViewerControl {
}
<**
- @description : mapViewThemeChanged = This signal is emitted when the theme of a map view instance changes
+ @description : mapViewThemeChanged = This signal is emitted when the theme of a map view instance changed
**>
broadcast mapViewThemeChanged {
out {
@@ -2095,6 +2095,20 @@ interface MapViewerControl {
}
<**
+ @description : mapViewRotated = This signal is emitted when the rotation is achieved
+ This signal is meant for debugging purposes
+ **>
+ broadcast mapViewRotated {
+ out {
+
+ <**
+ @description : mapViewInstanceHandle = Map instance handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value
+ **>
+ Handle mapViewInstanceHandle
+ }
+ }
+
+ <**
@description : getSupportedMapViewThemes = This method retrieves the supported mapview themes
**>
method getSupportedMapViewThemes {