-
Notifications
You must be signed in to change notification settings - Fork 0
/
03-request-parking.json
59 lines (59 loc) · 1.76 KB
/
03-request-parking.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
[
{
"stop": {
"stop_id": 1,
"latitude": 41.033959,
"longitude": -77.515672,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.935242,
40.73061
],
[
-73.935242,
40.73161
],
[
-73.934242,
40.73161
],
[
-73.934242,
40.73061
],
[
-73.935242,
40.73061
]
]
]
},
"stop_name": "Example Stop",
"stop_type": "parking",
"address": "123 Example St",
"city": "Example City",
"state_province": "Example State",
"country": "Example Country",
"postal_code": "12345",
"stop_company_name": "Example Stop Company",
"interstate": "I-95",
"phone": "123-456-7890",
"fax": "098-765-4321",
"total_parking_spaces": 50,
"prime_parking_spaces": 10,
"diesel_lanes": 4,
"def_lanes": 2,
"shower_count": 8,
"has_cat_scale": true,
"amenities": "WiFi, Showers, Restrooms",
"restaurants": "Fast Food, Diner"
},
"metaData": {
"parking_fee": 10.00,
"currency": "USD"
}
}
]