summaryrefslogtreecommitdiff
path: root/test/navigation/script/genivi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/navigation/script/genivi.py')
-rw-r--r--test/navigation/script/genivi.py43
1 files changed, 43 insertions, 0 deletions
diff --git a/test/navigation/script/genivi.py b/test/navigation/script/genivi.py
new file mode 100644
index 0000000..2b07f82
--- /dev/null
+++ b/test/navigation/script/genivi.py
@@ -0,0 +1,43 @@
+#constants as defined in the Navigation API
+LATITUDE = 0x00a0
+LONGITUDE = 0x00a1
+ALTITUDE = 0x00a2
+
+TOTAL_TIME = 0x018e
+TOTAL_DISTANCE = 0x018f
+ROAD_NAME = 0x0147
+START_LATITUDE = 0x0141
+END_LATITUDE = 0x0142
+START_LONGITUDE = 0x0143
+END_LONGITUDE = 0x0144
+DISTANCE = 0x0148
+TIME = 0x0149
+SPEED = 0x00a4
+ACTIVE = 0x0060
+
+FULL_ADDRESS = 0x00b2
+COUNTRY = 0x00a6
+STATE = 0x00a7
+CITY = 0x00a8
+ZIPCODE = 0x00a9
+STREET = 0x00aa
+HOUSE_NUMBER = 0x00ab
+CROSSING = 0x00ac
+DISTRICT = 0x00ad
+PHONE_NUMBER = 0x00ae
+POI_NAME = 0x00af
+TOWN_CENTER = 0x00b0
+FINISHED = 0x00c2
+
+SEARCH_FINISHED = 0x0200
+SEARCH_NOT_STARTED = 0x01FE
+SORT_BY_DISTANCE = 0x0231
+
+MAPVIEWER_MAX = 0x0041
+MAPVIEWER_MIN = 0x0040
+PERSPECTIVE_TWO_D = 0x0020
+PERSPECTIVE_THREE_D = 0x0021
+MAIN_MAP = 0x0010
+SPLIT_SCREEN = 0x0011
+
+LOCALE = 0x0025