summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/navigation/resource/location_london.xml10
-rw-r--r--test/navigation/resource/location_seoul.xml10
-rw-r--r--test/navigation/resource/location_switzerland.xml10
3 files changed, 30 insertions, 0 deletions
diff --git a/test/navigation/resource/location_london.xml b/test/navigation/resource/location_london.xml
new file mode 100644
index 0000000..f3592f6
--- /dev/null
+++ b/test/navigation/resource/location_london.xml
@@ -0,0 +1,10 @@
+<location-set area="London">
+<location>
+<latitude>51.515037</latitude>
+<longitude>-0.172972</longitude>
+<country>United-Kingdom</country>
+<city>London</city>
+<street>Sussex Gardens</street>
+<number>153</number>
+</location>
+</location-set>
diff --git a/test/navigation/resource/location_seoul.xml b/test/navigation/resource/location_seoul.xml
new file mode 100644
index 0000000..7822594
--- /dev/null
+++ b/test/navigation/resource/location_seoul.xml
@@ -0,0 +1,10 @@
+<location-set area="Seoul">
+<location>
+<latitude>37.538835</latitude>
+<longitude>126.993809</longitude>
+<country>Korea</country>
+<city>서울</city>
+<street>hoenamu-ro 28-gil yongsan-gu</street>
+<number>47</number>
+</location>
+</location-set>
diff --git a/test/navigation/resource/location_switzerland.xml b/test/navigation/resource/location_switzerland.xml
new file mode 100644
index 0000000..7070524
--- /dev/null
+++ b/test/navigation/resource/location_switzerland.xml
@@ -0,0 +1,10 @@
+<location-set area="Switzerland extract">
+<location>
+<latitude>47.415637</latitude>
+<longitude>8.614971</longitude>
+<country>Switzerland</country>
+<city>Zürich</city>
+<street>In Lampitzäckern</street>
+<number>24</number>
+</location>
+</location-set>