summaryrefslogtreecommitdiff
path: root/api/navigation-core/genivi-navigationcore-guidance.xml
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-04-28 11:23:56 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-04-28 11:23:56 +0200
commitb865fbca8d4e308ae8b4862ad94ea8b30f87e5ba (patch)
treecc30213637bbf47f725dcf5125e0cc78abc81530 /api/navigation-core/genivi-navigationcore-guidance.xml
parent70e44b6b5df23d8a8708885f1f4f7ce90cb12fae (diff)
downloadpoi-service-b865fbca8d4e308ae8b4862ad94ea8b30f87e5ba.tar.gz
GT-3434 GT-3435 GT-3494 GT-3495 GT-3496
GT-3434 Unclear ByteBuffer type for LaneType bitmask laneDirections GT-3435 VehicleReturnedToTheRoadNetwork broadcast is missing from Guidance API GT-3494 setTargetPoint is ambiguous GT-3495 Documentation for travelTime can be improved GT-3496 Add map gesture support to MapViewer
Diffstat (limited to 'api/navigation-core/genivi-navigationcore-guidance.xml')
-rw-r--r--api/navigation-core/genivi-navigationcore-guidance.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/api/navigation-core/genivi-navigationcore-guidance.xml b/api/navigation-core/genivi-navigationcore-guidance.xml
index 49b35af..995954c 100644
--- a/api/navigation-core/genivi-navigationcore-guidance.xml
+++ b/api/navigation-core/genivi-navigationcore-guidance.xml
@@ -130,7 +130,7 @@
<doc>
<line>array[struct(waypointOffset,travelTime,direction,side,timeZone,daylightSavingTime,isDestination,number)]</line>
<line>waypointOffset = the offset of the way point in meters from the beginning of the route</line>
- <line>travelTime = time to reach the way point in seconds</line>
+ <line>travelTime = time to reach the waypoint in seconds from the current position</line>
<line>direction = direction of the way point in degree relatively to the North. Range [0:360]</line>
<line>side = enum(LEFT,RIGHT,NOT_AVAILABLE)</line>
<line>timeZone = time zone of the way point. It is expressed as the time difference from the UTC in minutes</line>
@@ -180,6 +180,11 @@
<line>VehicleLeftTheRoadNetwork = This signal is emitted when the vehicle exits from the road network</line>
</doc>
</signal>
+ <signal name="VehicleReturnedToTheRoadNetwork">
+ <doc>
+ <line>VehicleReturnedToTheRoadNetwork = This signal is emitted when the vehicle returns to the road network</line>
+ </doc>
+ </signal>
<signal name="GuidanceStatusChanged">
<doc>
<line>GuidanceStatusChanged = This signal is emitted when the guidance status changes</line>
@@ -301,6 +306,11 @@
<line>VehicleLeftTheRoute = This signal is emitted when the vehicle has left the route</line>
</doc>
</signal>
+ <signal name="VehicleReturnedToTheRoute">
+ <doc>
+ <line>VehicleReturnedToTheRoute = This signal is emitted when the vehicle has returned to the route</line>
+ </doc>
+ </signal>
<method name="SetRouteCalculationMode">
<doc>
<line>SetRouteCalculationMode = This method configures the way the navigation application wants the navigation core to behave of reroute trigger</line>