-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemopoi.json
More file actions
55 lines (55 loc) · 1.05 KB
/
Copy pathdemopoi.json
File metadata and controls
55 lines (55 loc) · 1.05 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
[
{
"ID": "HOME",
"Text": "Benvenuto"
},
{
"ID": "LOCATION",
"POI": [
{
"ID": "DAE",
"Category": "Defibrillatore",
"MaxResult": 3,
"MaxDistance": 1000,
"List": [
{
"ID": "UID1",
"Title": "Piazza Conciliazione",
"Latitude": 45.617388,
"Longitude": 9.207558
},
{
"ID": "UID2",
"Title": "Piazza Conciliazione Copia 2",
"Latitude": 45.617388,
"Longitude": 9.207558
}
]
}
]
},
{
"ID": "UID1",
"IDNEXT": "UID1_2",
"Text": ":one: PIAZZA CONCILIAZIONE",
"Image": "AgADBAAD_acxG9f07QXp0ebEtdfdOMwOZhkABKQL2gFKpClZuXEBAAEC"
},
{
"ID": "UID1_2",
"IDNEXT": "UID1_3",
"Text": "Sempre accessibile\nPosizione verificata"
},
{
"ID": "UID1_3",
"Location": {
"Latitude": 45.617388,
"Longitude": 9.207558
},
"Button": [
{
"Text": ":back: Indietro",
"ID": "HOME"
}
]
}
]