-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJsonMediaFile.Json
More file actions
66 lines (66 loc) · 1.32 KB
/
JsonMediaFile.Json
File metadata and controls
66 lines (66 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"waypoints": [
{
"name": "DARMSTRADE",
"latitude": 36.23,
"longitude": 21.88
},
{
"name": "Frankfurt",
"latitude": 52.52,
"longitude": 13.4
},
{
"name": "Hamburg",
"latitude": 35.68,
"longitude": 10.69
},
{
"name": "Heidelberg",
"latitude": 47.45,
"longitude": 23.11
},
{
"name": "Paderborn",
"latitude": 77.77,
"longitude": 10.22
}
],
"pois": [
{
"name": "DARMSTRADE",
"latitude": 24.88,
"longitude": 22.31,
"type": "TRADEFAIR",
"description":"Trade fair in Darmstadt"
},
{
"name": "EIFELTOWER",
"latitude": 10.45,
"longitude": 20.65,
"type": "TOURISTIC",
"description":"The tallest tower"
},
{
"name": "HDA",
"latitude": 11.12,
"longitude": 22.32,
"type": "UNIVERSITY",
"description":"Best Technical University"
},
{
"name": "LREPNB",
"latitude": 55.56,
"longitude": 65.89,
"type": "RESTAURANT",
"description":"Italian restaurant"
},
{
"name": "MOTEL",
"latitude": 37.11,
"longitude": 78.99,
"type": "RESTAURANT",
"description":"Business german hotel"
}
]
}