File tree Expand file tree Collapse file tree 3 files changed +299
-218
lines changed
public/api/hk-tunnels-tolls Expand file tree Collapse file tree 3 files changed +299
-218
lines changed Original file line number Diff line number Diff line change 2
2
"version" : " 0.3.7" ,
3
3
"tunnels" : {
4
4
"western" : {
5
- "name" : " 西隧" ,
6
5
"timeVaryingTolls" : {
7
6
"weekdays" : {
8
7
"name" : " 星期一至六(不包括公眾假期)" ,
101
100
}
102
101
},
103
102
"cross_eastern" : {
104
- "name" : " 紅隧 / 東隧" ,
105
103
"timeVaryingTolls" : {
106
104
"weekdays" : {
107
105
"name" : " 星期一至六(不包括公眾假期)" ,
200
198
}
201
199
},
202
200
"tai_lam" : {
203
- "name" : " 大欖隧道" ,
204
201
"timeVaryingTolls" : {
205
202
"weekdays" : {
206
203
"name" : " 星期一至六(不包括公眾假期)" ,
277
274
},
278
275
"vehicleTypes" : {
279
276
"privateCar" : {
280
- "name" : " 私家車" ,
281
277
"hasTimeVaryingToll" : true ,
282
278
"fixedTolls" : {
283
279
"tates_cairn" : 20
284
280
}
285
281
},
286
282
"motorcycle" : {
287
- "name" : " 電單車" ,
288
283
"hasTimeVaryingToll" : true ,
289
284
"multiplier" : 0.4 ,
290
285
"fixedTolls" : {
291
286
"tates_cairn" : 15
292
287
}
293
288
},
294
289
"taxi" : {
295
- "name" : " 的士" ,
296
290
"hasTimeVaryingToll" : false ,
297
291
"fixedTolls" : {
298
292
"western" : 25 ,
302
296
}
303
297
},
304
298
"commercial" : {
305
- "name" : " 其他車" ,
306
- "description" : " 貨車、小巴及巴士等" ,
307
299
"hasTimeVaryingToll" : false ,
308
300
"fixedTolls" : {
309
301
"western" : 50 ,
310
302
"cross_eastern" : 50 ,
311
303
"tai_lam" : 43
312
304
}
313
305
}
314
- },
315
- "notes" : [
316
- " 這個程式提供三條過海隧道(西隧、紅隧、東隧)及大欖隧道的收費資訊。" ,
317
- " 就私家車和電單車(包括機動三輪車)而言,不同時段之間設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。" ,
318
- " 過海的士乘客如非在過海的士站上車,須支付去程(25元)及回程(25元)隧道費,即共50元。" ,
319
- " 電單車在各時段的收費為私家車收費的40%。" ,
320
- " 前往大欖隧道的私家車及電單車實施分時段收費,的士收費為28元,商用車輛收費43元。" ,
321
- " 「其他車」包括貨車、小巴及巴士等。"
322
- ]
306
+ }
323
307
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "vehicleTypes" : {
3
+ "privateCar" : {
4
+ "name" : " 私家車" ,
5
+ "hasTimeVaryingToll" : true ,
6
+ "description" : null
7
+ },
8
+ "motorcycle" : {
9
+ "name" : " 電單車" ,
10
+ "hasTimeVaryingToll" : true ,
11
+ "multiplier" : 0.4 ,
12
+ "description" : null
13
+ },
14
+ "taxi" : {
15
+ "name" : " 的士" ,
16
+ "hasTimeVaryingToll" : false ,
17
+ "description" : null
18
+ },
19
+ "commercial" : {
20
+ "name" : " 其他車" ,
21
+ "hasTimeVaryingToll" : false ,
22
+ "description" : " 貨車、小巴及巴士等"
23
+ }
24
+ },
25
+ "tunnels" : {
26
+ "western" : { "name" : " 西隧" },
27
+ "cross_eastern" : { "name" : " 紅隧 / 東隧" },
28
+ "tai_lam" : { "name" : " 大欖隧道" }
29
+ },
30
+ "notes" : [
31
+ " 這個程式提供三條過海隧道(西隧、紅隧、東隧)及大欖隧道的收費資訊。" ,
32
+ " 就私家車和電單車(包括機動三輪車)而言,不同時段之間設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。" ,
33
+ " 過海的士乘客如非在過海的士站上車,須支付去程(25元)及回程(25元)隧道費,即共50元。" ,
34
+ " 電單車在各時段的收費為私家車收費的40%。" ,
35
+ " 前往大欖隧道的私家車及電單車實施分時段收費,的士收費為28元,商用車輛收費43元。" ,
36
+ " 「其他車」包括貨車、小巴及巴士等。"
37
+ ]
38
+ }
You can’t perform that action at this time.
0 commit comments