-
Notifications
You must be signed in to change notification settings - Fork 52
/
standard_config.json
114 lines (114 loc) · 5.95 KB
/
standard_config.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "WRLD App",
"eegeo_api_key": "",
"start_location_latitude": 37.7858,
"start_location_longitude": -122.401,
"start_location_altitude": 2.7,
"start_location_distance": 1781.0,
"start_location_orientation_degrees": 0.0,
"start_location_indoor_id": "",
"start_location_floor_index": 0,
"try_start_at_gps_location": true,
"perform_start_up_search": false,
"start_up_search_tag": "",
"coveragetree_manifest_url": "",
"theme_manifest_url": "",
"google_analytics_referrer_token": "mea_ios",
"flurry_app_key": "",
"yelp_api_key": "",
"geonames_username": "",
"eegeo_search_service_url": "",
"mypins_web_service_url": "",
"mypins_web_service_auth_token": "",
"mypins_poi_set_id": "",
"use_japanese_font": false,
"use_chinese_font": false,
"timer_survey_url":"",
"enable_navigation": false,
"compass_camera_offset": {
"offset": 0.0,
"offset_top_down": 0.0
},
"compass_camera_damping_enabled": true,
"outdoor_search_menu_items": [{
"name": "Around Me",
"search_tag": "",
"icon_key": "aroundme"
}, {
"name": "Accommodation",
"search_tag": "accommodation",
"icon_key": "accommodation"
}, {
"name": "Art & Museum",
"search_tag": "art",
"icon_key": "art"
}, {
"name": "Business",
"search_tag": "business",
"icon_key": "business"
}, {
"name": "Entertainment",
"search_tag": "entertainment",
"icon_key": "entertainment"
}, {
"name": "Food & Drink",
"search_tag": "food_drink",
"icon_key": "food_drink"
}, {
"name": "General Amenities",
"search_tag": "general",
"icon_key": "general"
}, {
"name": "Health",
"search_tag": "health",
"icon_key": "health"
}, {
"name": "Shopping",
"search_tag": "shopping",
"icon_key": "shopping"
}, {
"name": "Sport & Leisure",
"search_tag": "sports",
"icon_key": "sports"
}, {
"name": "Tourist info",
"search_tag": "tourist_info",
"icon_key": "tourist_info"
}, {
"name": "Transport",
"search_tag": "transport",
"icon_key": "bus"
}],
"indoor_tracked_buildings": [{
"interior_id": "westport_house",
"type": "IndoorAtlas",
"config": [{
"api_key": "941b8502-b022-4abb-bbf2-9a90450e4343",
"api_secret": "k9cZWpze+pjvgyGMbj06Kl2GaF2RdQdPmUlsQuWAAJRegFFXpKy+JgRpKGS6Fq5mOee3CVTPVQacBYnwGPBb28EPT3qeihS6RrbkIWnIW/DZn7JhL+ohu3gdoYOBlw=="
}],
"floor_mapping": [{
"building_floor_index": 0,
"tracked_floor_index": "7317b943-65c5-42de-8679-26cfc770406e"
}, {
"building_floor_index": 2,
"tracked_floor_index": "d11c3970-04c9-47fc-82d8-43285509b8cb"
}]
}, {
"interior_id": "EIM-e16a94b1-f64f-41ed-a3c6-8397d9cfe607",
"type": "IndoorAtlas",
"config": [{
"api_key": "941b8502-b022-4abb-bbf2-9a90450e4343",
"api_secret": "k9cZWpze+pjvgyGMbj06Kl2GaF2RdQdPmUlsQuWAAJRegFFXpKy+JgRpKGS6Fq5mOee3CVTPVQacBYnwGPBb28EPT3qeihS6RrbkIWnIW/DZn7JhL+ohu3gdoYOBlw=="
}],
"floor_mapping": [{
"building_floor_index": 0,
"tracked_floor_index": "11762d07-452f-4e25-8d4d-6612a2056088"
}, {
"building_floor_index": 1,
"tracked_floor_index": "8cddcd54-a031-41cb-b7ac-75f73aa25549"
}, {
"building_floor_index": 2,
"tracked_floor_index": "0e23e1ed-8e95-4c81-834e-5b32cc59b9ae"
}]
}]
}