diff options
author | asanoaozora <fifitaneki@hotmail.com> | 2017-01-12 13:47:43 +0100 |
---|---|---|
committer | asanoaozora <fifitaneki@hotmail.com> | 2017-01-12 13:47:43 +0100 |
commit | b846f4288848d1d528e858829fcf3909c017d419 (patch) | |
tree | 6e117c016fbf657ba8da0cad934c44bc6ecf8f7f /api/navigation-core/genivi-navigationcore-mapmatchedposition.xml | |
parent | e407d4da99320d43ff6bb4e4a807fabe7ef73135 (diff) | |
download | poi-service-b846f4288848d1d528e858829fcf3909c017d419.tar.gz |
GT-3460
Diffstat (limited to 'api/navigation-core/genivi-navigationcore-mapmatchedposition.xml')
-rw-r--r-- | api/navigation-core/genivi-navigationcore-mapmatchedposition.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml b/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml index a59104f..dc2a642 100644 --- a/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml +++ b/api/navigation-core/genivi-navigationcore-mapmatchedposition.xml @@ -248,7 +248,7 @@ <doc> <line>address = dictionary[key,value]</line> <line>dictionary = array of tuples (key,value)</line> - <line>key = enum(INVALID,TIMESTAMP,COUNTRY,COUNTRYCODE,CITY,STREET,ROAD_NUMBER,HOUSENUMBER,HOUSENAME,CROSSING,DISTRICT,TIMEZONE_OFFSET,DAYLIGHT_OFFSET,MATCH_TYPE, ... )</line> + <line>key = enum(INVALID,TIMESTAMP,COUNTRY,COUNTRYCODE,CITY,STREET,ROAD_NUMBER,HOUSENUMBER,HOUSENAME,CROSSING,DISTRICT,TIMEZONE_OFFSET,DAYLIGHT_OFFSET,MATCH_TYPE,ROADSHIELDS, ... )</line> <line>key = TIMESTAMP, value = value of type 't', that represents a timestamp in ms</line> <line>key = COUNTRY, value = value of type 's', that identifies the country name</line> <line>key = COUNTRYCODE, value = value of type 's', ISO 3166‐1 alpha 3 country code (upper case)</line> @@ -262,6 +262,7 @@ <line>key = TIMEZONE_OFFSET, value = value of type 'n', that identifies the timezone offset at the current address</line> <line>key = DAYLIGHT_OFFSET, value = value of type 'n', that identifies the daylight offset at the current address</line> <line>key = MATCH_TYPE, value = value of type 'q', that identifies an enum(INVALID,ON_ROAD,OFF_ROAD,ON_FERRY,IN_TUNNEL,ON_CARPARK, ... )</line> + <line>key = ROADSHIELDS, value = value of type ´a(sa(is)s)´, that identifies a roadshield</line> </doc> </arg> <error name="org.genivi.navigationcore.MapMatchedPosition.Error.NoMap"> |