-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path06b-specify-fuel-efficiency.json
More file actions
162 lines (162 loc) · 5.57 KB
/
06b-specify-fuel-efficiency.json
File metadata and controls
162 lines (162 loc) · 5.57 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"status": "OK",
"summary": {
"countries": [
"USA"
],
"currency": "USD",
"vehicleType": "2AxlesAuto",
"vehicleDescription": "Car, SUV or Pickup truck without 4 tires on rear axle",
"units": {
"currencyUnit": "USD",
"fuelEfficiencyUnit": "mpg",
"fuelUnit": "gallon"
},
"departure_time": "2024-01-07T17:09:32.230152301Z",
"departureTime": "2024-01-07T17:09:32.230152301Z",
"share": {
"name": "Tollguru Route",
"prefix": "Tollguru+Route",
"uuid": "f7ce824b-ec6c-45c5-ad97-71e6bae088b0",
"timestamp": "2024-01-07T17:09:32.23014752Z",
"client": "polylineAPI"
}
},
"route": {
"hasTolls": true,
"distance": {
"text": "59 mi",
"metric": "96 km",
"value": 96074
},
"costs": {
"fuel": 7.58,
"tag": 6.72,
"cash": 6.8,
"licensePlate": null,
"prepaidCard": 6.72,
"tagAndCash": 6.72,
"minimumTollCost": 6.72
},
"tolls": [
{
"id": 112001300,
"lat": 39.513676,
"lng": -74.686696,
"name": "AEH : Egg Harbor Mainline Barrier",
"road": "Atlantic City Expy",
"state": "NJ",
"country": "USA",
"type": "barrier",
"tagCost": 4.7,
"tagPriCost": 4.7,
"tagSecCost": null,
"cashCost": 4.7,
"licensePlateCost": null,
"prepaidCardCost": 4.7,
"currency": "USD",
"tagPrimaryNames": [
"E-ZPass"
],
"prepaidCardNames": [],
"tagPrimary": [
"E-ZPass"
],
"tagSecondary": [],
"licensePlateNames": [
"Tolls by Mail"
],
"discountCarDetails": "Monthly Volume Discount: E-ZPass NJ must be used 30 times in 35-day period.",
"discountCarType": "All vehicles",
"arrival": {
"distance": 61553.76,
"time": "2024-01-07T17:09:32Z"
},
"timestamp_formatted": "2024-01-07T17:09:32Z",
"timestamp_localized": "2024-01-07T12:09:32-05:00",
"point": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.686696,
39.513676
]
}
},
"height": null,
"tagRequested": "tagPriCost"
},
{
"id": 112106000,
"lat": 39.3230070016561,
"lng": -74.6161949840383,
"name": "Somers Point",
"road": "Garden State Parkway",
"state": "NJ",
"country": "USA",
"type": "barrier",
"tagCost": 2.02,
"tagPriCost": 2.02,
"tagSecCost": 2.02,
"cashCost": 2.1,
"licensePlateCost": null,
"prepaidCardCost": 2.02,
"currency": "USD",
"tagPrimaryNames": [
"E-ZPass NJ"
],
"prepaidCardNames": [],
"tagPrimary": [
"E-ZPass NJ"
],
"tagSecondary": [
"E-ZPass",
"E-ZPass DE",
"Uni",
"I-Pass",
"E-ZPass Skyway",
"E-ZPass IN",
"RiverLink",
"E-ZPass ME",
"E-ZPass MD",
"E-ZPass MA",
"MnPass",
"E-ZPass NH",
"E-ZPass NY",
"E-ZPass NC",
"E-ZPass OH",
"E-ZPass PA",
"E-ZPass RI",
"E-ZPass VA",
"E-ZPass WV",
"E-Zpass Flex"
],
"licensePlateNames": [
"Tolls by Mail"
],
"discountCarDetails": "Other discounts: 65+ Senior citizens receive a 10% discount on the off-peak rate as Senior Citizen Discount. Vehicles with fuel efficiency 45 MPG and meeting California Super Ultra Low Emission Vehicle (SULEV) standard receive a 10% discount on the off-peak rate as Green Pass Discount. Must have NJ E-ZPass.",
"discountCarType": "Cars",
"arrival": {
"distance": 89825.37,
"time": "2024-01-07T17:09:32Z"
},
"timestamp_formatted": "2024-01-07T17:09:32Z",
"timestamp_localized": "2024-01-07T12:09:32-05:00",
"point": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.6161949840383,
39.3230070016561
]
}
},
"height": null,
"tagRequested": "tagPriCost"
}
],
"polyline": ""
}
}