summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-01-03 12:21:28 +0100
committerasanoaozora <fifitaneki@hotmail.com>2017-01-03 12:21:28 +0100
commitfaa3fadfcd318b975a33050fe9c0f795392e9e20 (patch)
tree2b475bbead06f01988172c2763ff0e41f3b4500b /api
parent35b1bb42073ccc945e52a0ad783b412e39018f55 (diff)
downloadpoi-service-faa3fadfcd318b975a33050fe9c0f795392e9e20.tar.gz
GT-3454
Diffstat (limited to 'api')
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl18
1 files changed, 18 insertions, 0 deletions
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
}
<**