From c47c664214c09e8dc282e9594bf6ecc071c8da44 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Wed, 17 Jan 2018 17:28:10 +0100 Subject: GT-3532 Add a signal to inform of the end of map rotation --- api/franca/navigation/mapviewer/MapViewerControl.fidl | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'api') 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 { @@ -2094,6 +2094,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 **> -- cgit v1.2.1