From faa3fadfcd318b975a33050fe9c0f795392e9e20 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Tue, 3 Jan 2017 12:21:28 +0100 Subject: GT-3454 --- api/franca/navigation/mapviewer/MapViewerControl.fidl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'api') diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl index 64c8676..9c26734 100755 --- a/api/franca/navigation/mapviewer/MapViewerControl.fidl +++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl @@ -260,10 +260,28 @@ interface MapViewerControl { ElementValue value } + <** + @description : expresses the extra data for a waypoint selected on the map + **> + struct WayPointValue { + + <** + @description : the waypoint belong to the route with handle "routeHandle"" + **> + Handle routeHandle + + <** + @description : waypointIndex is the index of the waypoint on the route (the first waypoint is index 0) + **> + UInt16 waypointIndex + } + + union ElementValue { Int32 trafficIncident Handle handle CustomElement element + WayPointValue wayPointValue } <** -- cgit v1.2.1