summaryrefslogtreecommitdiff
path: root/api/franca/navigation/navigationcore
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/navigationcore')
-rw-r--r--api/franca/navigation/navigationcore/LocationInput.fidl1
-rw-r--r--api/franca/navigation/navigationcore/Routing.fidl9
2 files changed, 6 insertions, 4 deletions
diff --git a/api/franca/navigation/navigationcore/LocationInput.fidl b/api/franca/navigation/navigationcore/LocationInput.fidl
index aff985a..c16cb24 100644
--- a/api/franca/navigation/navigationcore/LocationInput.fidl
+++ b/api/franca/navigation/navigationcore/LocationInput.fidl
@@ -40,7 +40,6 @@ interface LocationInput {
COUNTRYCODE = 179 //value of type String, ISO 3166‐1 alpha 3 country code (upper case)
STATE = 167
CITY = 168 //value of type String, that identifies the city name
- ZIPCODE = 169
STREET = 170 //value of type String, that identifies the street name
ROAD_NUMBER = 182 //value of type String, that identifies the road number
HOUSENUMBER = 171 //value of type String, that identifies the house number
diff --git a/api/franca/navigation/navigationcore/Routing.fidl b/api/franca/navigation/navigationcore/Routing.fidl
index 2c9d773..8ae1952 100644
--- a/api/franca/navigation/navigationcore/Routing.fidl
+++ b/api/franca/navigation/navigationcore/Routing.fidl
@@ -596,16 +596,19 @@ interface Routing {
}
<**
- @description : calculateRoutes = This method allows a client to calculate alternative routes that differs from a list of already calculated routes
+ @description : @description : calculateAlternativeRoutes = This method allows a client to calculate alternative routes of a route that already calculated.
**>
- method calculateRoutes {
+ method calculateAlternativeRoutes {
in {
<**
@description : sessionHandle = Session handle. Range[0x0:0x7fffffff]. 0x0 is reserved as an invalid handle value
**>
Handle sessionHandle
- Handle[] calculatedRoutesList
+ <**
+ @description : route handle of the calculated route for which alternatives should be calculated
+ **>
+ Handle calculatedRoute
}
out {
Handle[] alternativeRoutesList