@wemap/routers 12.10.8 → 12.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/helpers/InstructionManager.d.ts +20 -0
  2. package/dist/helpers/InstructionManagerV1.d.ts +7 -0
  3. package/{index.ts → dist/index.d.ts} +1 -11
  4. package/dist/index.js +1 -5099
  5. package/dist/index.js.map +1 -1
  6. package/dist/src/ItineraryInfoManager.d.ts +31 -0
  7. package/dist/src/RoutingError.d.ts +24 -0
  8. package/{src/StatusCode.ts → dist/src/StatusCode.d.ts} +2 -3
  9. package/dist/src/Utils.d.ts +6 -0
  10. package/dist/src/graph/Edge.d.ts +32 -0
  11. package/dist/src/graph/Graph.d.ts +40 -0
  12. package/dist/src/graph/GraphProjection.d.ts +11 -0
  13. package/dist/src/graph/GraphProjectionOptions.d.ts +7 -0
  14. package/dist/src/graph/GraphRoute.d.ts +19 -0
  15. package/dist/src/graph/GraphRouter.d.ts +20 -0
  16. package/dist/src/graph/GraphRouterEngine.d.ts +77 -0
  17. package/{src/graph/GraphRouterOptions.ts → dist/src/graph/GraphRouterOptions.d.ts} +5 -7
  18. package/dist/src/graph/GraphRouterOptionsBuilder.d.ts +20 -0
  19. package/dist/src/graph/NoRouteFoundError.d.ts +12 -0
  20. package/dist/src/graph/Vertex.d.ts +19 -0
  21. package/dist/src/model/Itinerary.d.ts +81 -0
  22. package/dist/src/model/Leg.d.ts +66 -0
  23. package/dist/src/model/LevelChange.d.ts +7 -0
  24. package/dist/src/model/RouterRequest.d.ts +40 -0
  25. package/dist/src/model/Step.d.ts +42 -0
  26. package/dist/src/model/StepExtra.d.ts +3 -0
  27. package/dist/src/model/StepsBuilder.d.ts +16 -0
  28. package/dist/src/model/TransitMode.d.ts +5 -0
  29. package/{src/model/TravelMode.ts → dist/src/model/TravelMode.d.ts} +1 -2
  30. package/dist/src/model/generateSteps.d.ts +0 -0
  31. package/{src/remote/RemoteRouter.ts → dist/src/remote/RemoteRouter.d.ts} +2 -7
  32. package/dist/src/remote/RemoteRouterManager.d.ts +731 -0
  33. package/dist/src/remote/RemoteRouterUtils.d.ts +6 -0
  34. package/dist/src/remote/cityway/CitywayRemoteRouter.d.ts +109 -0
  35. package/dist/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.d.ts +31 -0
  36. package/dist/src/remote/geovelo/GeoveloRemoteRouter.d.ts +106 -0
  37. package/dist/src/remote/idfm/IdfmRemoteRouter.d.ts +123 -0
  38. package/dist/src/remote/navitia/NavitiaRemoteRouter.d.ts +34 -0
  39. package/dist/src/remote/navitia/types.d.ts +87 -0
  40. package/dist/src/remote/osrm/OsrmRemoteRouter.d.ts +70 -0
  41. package/dist/src/remote/otp/OtpRemoteRouter.d.ts +69 -0
  42. package/dist/src/remote/wemap-multi/WemapMultiRemoteRouter.d.ts +19 -0
  43. package/dist/src/types.d.ts +31 -0
  44. package/dist/src/wemap-multi/CustomGraphMap.d.ts +56 -0
  45. package/dist/src/wemap-multi/CustomGraphMapTester.d.ts +39 -0
  46. package/dist/src/wemap-multi/WemapMultiRouter.d.ts +14 -0
  47. package/dist/src/wemap-osm/OsmGraphUtils.d.ts +11 -0
  48. package/dist/tests/CommonTest.d.ts +8 -0
  49. package/package.json +11 -8
  50. package/assets/biocbon-bergere-rdc-network.osm +0 -163
  51. package/assets/bureaux-wemap-montpellier-network.osm +0 -174
  52. package/assets/components.osm +0 -146
  53. package/assets/elevator-models-4.osm +0 -89
  54. package/assets/elevator-models.osm +0 -354
  55. package/assets/exit-graph.osm +0 -25
  56. package/assets/gare-de-lest-network-pp-bounds.osm +0 -1613
  57. package/assets/gare-de-lyon-extract.osm +0 -174
  58. package/assets/geovelo-montpellier.json +0 -1144
  59. package/assets/horizontal-elevator.osm +0 -12
  60. package/assets/itinerary-deutsche-bahn-1.json +0 -368
  61. package/assets/itinerary-grenoble-otp-1.json +0 -1536
  62. package/assets/itinerary-grenoble-otp-2.json +0 -1092
  63. package/assets/itinerary-info-two-points-proj.osm +0 -39
  64. package/assets/itinerary-info-two-points.osm +0 -24
  65. package/assets/itinerary-lehavre-cityway-1.json +0 -6799
  66. package/assets/itinerary-lehavre-cityway-2.json +0 -2133
  67. package/assets/itinerary-lehavre-cityway-3.json +0 -12577
  68. package/assets/itinerary-lehavre-cityway-4.json +0 -1451
  69. package/assets/itinerary-lehavre-cityway-5.json +0 -5925
  70. package/assets/itinerary-lemans-navitia.json +0 -7768
  71. package/assets/itinerary-montpellier-osrm-3.json +0 -185
  72. package/assets/itinerary-montpellier-outdoor-without-steps.json +0 -110
  73. package/assets/itinerary-montpellier-outdoor.json +0 -513
  74. package/assets/itinerary-paris-idfm-2.json +0 -1838
  75. package/assets/itinerary-paris-idfm.json +0 -27727
  76. package/assets/itinerary-step-not-on-path-osrm.json +0 -457
  77. package/assets/itinerary-with-duplicate-nodes.json +0 -110
  78. package/assets/network-conveying-backward.osm +0 -74
  79. package/assets/network-elevator.osm +0 -48
  80. package/assets/network-escalators.osm +0 -50
  81. package/assets/network-simple.osm +0 -27
  82. package/assets/network-steps-same-level.osm +0 -283
  83. package/assets/network-with-modifiers.osm +0 -39
  84. package/assets/one-way.osm +0 -46
  85. package/assets/report-map-1.osm +0 -36
  86. package/assets/report-map-2.osm +0 -29
  87. package/assets/report-map-3.osm +0 -15
  88. package/assets/rr-wemap-multi-indoor-outdoor-indoor.json +0 -1352
  89. package/assets/rr-wemap-multi-indoor-outdoor.json +0 -145
  90. package/assets/rr-wemap-multi-multi-level.json +0 -262
  91. package/assets/rr-wemap-multi-outdoor-indoor.json +0 -145
  92. package/assets/rr-wemap-multi-outdoor-outdoor.json +0 -207
  93. package/assets/rr-wemap-multi-remote-indoor-indoor.json +0 -155
  94. package/assets/rr-wemap-multi-remote-indoor-outdoor-indoor.json +0 -668
  95. package/assets/rr-wemap-multi-remote-indoor-outdoor.json +0 -154
  96. package/assets/rr-wemap-multi-remote-outdoor-indoor.json +0 -179
  97. package/assets/rr-wemap-multi-remote-outdoor-outdoor.json +0 -109
  98. package/assets/stairs-and-exit.osm +0 -47
  99. package/helpers/InstructionManager.ts +0 -184
  100. package/helpers/InstructionManagerV1.ts +0 -95
  101. package/src/ItineraryInfoManager.spec.ts +0 -183
  102. package/src/ItineraryInfoManager.ts +0 -181
  103. package/src/RoutingError.ts +0 -60
  104. package/src/Utils.ts +0 -8
  105. package/src/graph/Edge.spec.ts +0 -32
  106. package/src/graph/Edge.ts +0 -64
  107. package/src/graph/Graph.spec.ts +0 -509
  108. package/src/graph/Graph.ts +0 -272
  109. package/src/graph/GraphProjection.ts +0 -15
  110. package/src/graph/GraphProjectionOptions.ts +0 -8
  111. package/src/graph/GraphRoute.spec.ts +0 -15
  112. package/src/graph/GraphRoute.ts +0 -43
  113. package/src/graph/GraphRouter.spec.ts +0 -317
  114. package/src/graph/GraphRouter.ts +0 -229
  115. package/src/graph/GraphRouterEngine.ts +0 -248
  116. package/src/graph/GraphRouterOptionsBuilder.ts +0 -98
  117. package/src/graph/NoRouteFoundError.ts +0 -39
  118. package/src/graph/Vertex.spec.ts +0 -42
  119. package/src/graph/Vertex.ts +0 -45
  120. package/src/model/Itinerary.spec.ts +0 -134
  121. package/src/model/Itinerary.ts +0 -370
  122. package/src/model/Leg.spec.ts +0 -107
  123. package/src/model/Leg.ts +0 -224
  124. package/src/model/LevelChange.spec.ts +0 -50
  125. package/src/model/LevelChange.ts +0 -14
  126. package/src/model/RouterRequest.ts +0 -33
  127. package/src/model/Step.spec.ts +0 -99
  128. package/src/model/Step.ts +0 -90
  129. package/src/model/StepExtra.ts +0 -1
  130. package/src/model/StepsBuilder.ts +0 -242
  131. package/src/model/TransitMode.spec.ts +0 -31
  132. package/src/model/TransitMode.ts +0 -28
  133. package/src/model/generateSteps.ts +0 -102
  134. package/src/remote/RemoteRouterManager.spec.ts +0 -178
  135. package/src/remote/RemoteRouterManager.ts +0 -72
  136. package/src/remote/RemoteRouterUtils.ts +0 -25
  137. package/src/remote/cityway/CitywayRemoteRouter.spec.ts +0 -122
  138. package/src/remote/cityway/CitywayRemoteRouter.ts +0 -435
  139. package/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.spec.ts +0 -52
  140. package/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.ts +0 -85
  141. package/src/remote/geovelo/GeoveloRemoteRouter.spec.ts +0 -54
  142. package/src/remote/geovelo/GeoveloRemoteRouter.ts +0 -293
  143. package/src/remote/idfm/IdfmRemoteRouter.spec.ts +0 -102
  144. package/src/remote/idfm/IdfmRemoteRouter.ts +0 -523
  145. package/src/remote/navitia/NavitiaRemoteRouter.spec.ts +0 -116
  146. package/src/remote/navitia/NavitiaRemoteRouter.ts +0 -445
  147. package/src/remote/navitia/types.ts +0 -73
  148. package/src/remote/osrm/OsrmRemoteRouter.spec.ts +0 -127
  149. package/src/remote/osrm/OsrmRemoteRouter.ts +0 -303
  150. package/src/remote/otp/OtpRemoteRouter.spec.ts +0 -103
  151. package/src/remote/otp/OtpRemoteRouter.ts +0 -223
  152. package/src/remote/wemap-multi/WemapMultiRemoteRouter.spec.ts +0 -103
  153. package/src/remote/wemap-multi/WemapMultiRemoteRouter.ts +0 -56
  154. package/src/types.ts +0 -32
  155. package/src/wemap-multi/CustomGraphMap.spec.ts +0 -40
  156. package/src/wemap-multi/CustomGraphMap.ts +0 -213
  157. package/src/wemap-multi/CustomGraphMapTester.spec.ts +0 -48
  158. package/src/wemap-multi/CustomGraphMapTester.ts +0 -90
  159. package/src/wemap-multi/WemapMultiRouter.spec.ts +0 -138
  160. package/src/wemap-multi/WemapMultiRouter.ts +0 -329
  161. package/src/wemap-osm/OsmGraphUtils.spec.ts +0 -165
  162. package/src/wemap-osm/OsmGraphUtils.ts +0 -173
  163. package/src/wemap-osm/OsmRouter.elevators.spec.ts +0 -106
  164. package/src/wemap-osm/OsmRouter.spec.ts +0 -292
  165. package/tests/CommonTest.ts +0 -78
  166. package/tsconfig.json +0 -3
  167. package/vite.config.ts +0 -4
@@ -1,2133 +0,0 @@
1
- {
2
- "Data": [
3
- {
4
- "response": {
5
- "Query": null,
6
- "trips": {
7
- "Trip": []
8
- },
9
- "Status": {
10
- "comment": "API:JP:2021-06-01:2c078ccb-13da-4010-8d80-7977e58ec312:1",
11
- "ExecutionTime": 0,
12
- "Code": "NO_SOLUTION_FOR_REQUEST"
13
- }
14
- },
15
- "PlanTripType": 0,
16
- "PlanTripDifferenceList": [],
17
- "Order": 1,
18
- "IsPrimary": false
19
- },
20
- {
21
- "response": {
22
- "Query": null,
23
- "trips": {
24
- "Trip": [
25
- {
26
- "CarbonFootprint": {
27
- "TripCO2": 0,
28
- "CarCO2": 344,
29
- "Ratio": 0.0
30
- },
31
- "Disruption": false,
32
- "Departure": {
33
- "Site": {
34
- "id": "1957",
35
- "Position": {
36
- "Lat": 49.492373,
37
- "Long": 0.107839
38
- },
39
- "Name": "PLACE DE L'HÔTEL DE VILLE",
40
- "CityCode": "76351",
41
- "CityName": "LE HAVRE",
42
- "Language": null,
43
- "Category": 0,
44
- "LogicalId": null,
45
- "RoadNumber": 0,
46
- "Type": "ROAD_LINK",
47
- "TimeSourceType": "THEORICAL",
48
- "TransportMode": null
49
- },
50
- "AccessPoint": null,
51
- "GuidanceInfo": null,
52
- "Extension": null,
53
- "Time": "01/06/2021 11:47:00"
54
- },
55
- "Arrival": {
56
- "Site": {
57
- "id": "4403",
58
- "Position": {
59
- "Lat": 49.488543637734125,
60
- "Long": 0.11314717531435077
61
- },
62
- "Name": "RUE JEAN DE LA FONTAINE",
63
- "CityCode": "76351",
64
- "CityName": "LE HAVRE",
65
- "Language": null,
66
- "Category": 0,
67
- "LogicalId": null,
68
- "RoadNumber": 0,
69
- "Type": "ROAD_LINK",
70
- "TimeSourceType": "THEORICAL",
71
- "TransportMode": null
72
- },
73
- "AccessPoint": null,
74
- "GuidanceInfo": null,
75
- "Extension": null,
76
- "Time": "01/06/2021 11:58:50"
77
- },
78
- "TripKey": "4b6cbed4-53ff-4dd9-88ff-96860371aae7",
79
- "TripTitle": "Unknown",
80
- "TripTags": [],
81
- "Duration": "PT11M50S",
82
- "Distance": 789,
83
- "InterchangeNumber": 0,
84
- "KmlOverview": null,
85
- "sections": {
86
- "Section": [
87
- {
88
- "PTRide": null,
89
- "Leg": {
90
- "CoVPInformation": null,
91
- "TADInformation": null,
92
- "Departure": {
93
- "Site": {
94
- "id": "1957",
95
- "Position": {
96
- "Lat": 49.492373,
97
- "Long": 0.107839
98
- },
99
- "Name": "PLACE DE L'HÔTEL DE VILLE",
100
- "CityCode": "76351",
101
- "CityName": "LE HAVRE",
102
- "Language": null,
103
- "Category": 0,
104
- "LogicalId": null,
105
- "RoadNumber": 0,
106
- "Type": "ROAD_LINK",
107
- "TimeSourceType": "THEORICAL",
108
- "TransportMode": null
109
- },
110
- "AccessPoint": null,
111
- "GuidanceInfo": null,
112
- "Extension": null,
113
- "Time": "01/06/2021 11:47:00"
114
- },
115
- "Arrival": {
116
- "Site": {
117
- "id": "4403",
118
- "Position": {
119
- "Lat": 49.488543637734125,
120
- "Long": 0.11314717531435077
121
- },
122
- "Name": "RUE JEAN DE LA FONTAINE",
123
- "CityCode": "76351",
124
- "CityName": "LE HAVRE",
125
- "Language": null,
126
- "Category": 0,
127
- "LogicalId": null,
128
- "RoadNumber": 0,
129
- "Type": "ROAD_LINK",
130
- "TimeSourceType": "THEORICAL",
131
- "TransportMode": null
132
- },
133
- "AccessPoint": null,
134
- "GuidanceInfo": null,
135
- "Extension": null,
136
- "Time": "01/06/2021 11:58:50"
137
- },
138
- "Duration": "PT11M50S",
139
- "TransportCenter": null,
140
- "ComputeProvider": null,
141
- "pathLinks": {
142
- "PathLink": [
143
- {
144
- "id": "4552",
145
- "Access": null,
146
- "Departure": {
147
- "Site": {
148
- "id": "1957",
149
- "Position": {
150
- "Lat": 49.492373,
151
- "Long": 0.107839
152
- },
153
- "Name": "PLACE DE L'HÔTEL DE VILLE",
154
- "CityCode": "76351",
155
- "CityName": "LE HAVRE",
156
- "Language": null,
157
- "Category": 0,
158
- "LogicalId": null,
159
- "RoadNumber": 0,
160
- "Type": "ROAD_LINK",
161
- "TimeSourceType": "THEORICAL",
162
- "TransportMode": null
163
- },
164
- "AccessPoint": null,
165
- "GuidanceInfo": null,
166
- "Extension": null,
167
- "Time": "01/06/2021 11:47:00"
168
- },
169
- "Arrival": {
170
- "Site": {
171
- "id": "1957",
172
- "Position": {
173
- "Lat": 49.492400000359794,
174
- "Long": 0.1077900003083414
175
- },
176
- "Name": "PLACE DE L'HÔTEL DE VILLE",
177
- "CityCode": "0",
178
- "CityName": "LE HAVRE",
179
- "Language": null,
180
- "Category": 0,
181
- "LogicalId": null,
182
- "RoadNumber": 0,
183
- "Type": "ROAD_LINK",
184
- "TimeSourceType": null,
185
- "TransportMode": null
186
- },
187
- "AccessPoint": null,
188
- "GuidanceInfo": null,
189
- "Extension": null,
190
- "Time": "01/06/2021 11:47:04"
191
- },
192
- "Duration": "PT4S",
193
- "Distance": 4,
194
- "Geometry": "LINESTRING (0.107853792258881 49.492397226713422, 0.1077900003083414 49.492400000359794)",
195
- "Extension": null,
196
- "Speed": 0,
197
- "direction": 1,
198
- "Type": "ROAD",
199
- "SubType": "NONE",
200
- "Elevations": [
201
- {
202
- "Altitude": 2.2488504909714577,
203
- "Distance": 0.0
204
- },
205
- {
206
- "Altitude": 2.25497,
207
- "Distance": 4.6318691509650876
208
- }
209
- ],
210
- "TimeSourceType": "THEORICAL",
211
- "TrafficState": "Unknown",
212
- "RelativeDirection": "START",
213
- "MagneticDirection": "WEST"
214
- },
215
- {
216
- "id": "14435",
217
- "Access": null,
218
- "Departure": {
219
- "Site": {
220
- "id": "3317",
221
- "Position": {
222
- "Lat": 49.492400000359794,
223
- "Long": 0.1077900003083414
224
- },
225
- "Name": "RUE DE PARIS",
226
- "CityCode": "0",
227
- "CityName": "LE HAVRE",
228
- "Language": null,
229
- "Category": 0,
230
- "LogicalId": null,
231
- "RoadNumber": 0,
232
- "Type": "ROAD_LINK",
233
- "TimeSourceType": null,
234
- "TransportMode": null
235
- },
236
- "AccessPoint": null,
237
- "GuidanceInfo": null,
238
- "Extension": null,
239
- "Time": "01/06/2021 11:47:04"
240
- },
241
- "Arrival": {
242
- "Site": {
243
- "id": "3317",
244
- "Position": {
245
- "Lat": 49.492280000221911,
246
- "Long": 0.10777999984713915
247
- },
248
- "Name": "RUE DE PARIS",
249
- "CityCode": "0",
250
- "CityName": "LE HAVRE",
251
- "Language": null,
252
- "Category": 0,
253
- "LogicalId": null,
254
- "RoadNumber": 0,
255
- "Type": "ROAD_LINK",
256
- "TimeSourceType": null,
257
- "TransportMode": null
258
- },
259
- "AccessPoint": null,
260
- "GuidanceInfo": null,
261
- "Extension": null,
262
- "Time": "01/06/2021 11:47:15"
263
- },
264
- "Duration": "PT11S",
265
- "Distance": 13,
266
- "Geometry": "LINESTRING (0.1077900003083414 49.492400000359794, 0.10777999984713915 49.492280000221911)",
267
- "Extension": null,
268
- "Speed": 0,
269
- "direction": 2,
270
- "Type": "ROAD",
271
- "SubType": "NONE",
272
- "Elevations": [
273
- {
274
- "Altitude": 2.25497,
275
- "Distance": 0.0
276
- },
277
- {
278
- "Altitude": 2.1602,
279
- "Distance": 13.36597799020554
280
- }
281
- ],
282
- "TimeSourceType": "THEORICAL",
283
- "TrafficState": "Unknown",
284
- "RelativeDirection": "LEFT",
285
- "MagneticDirection": "SOUTH"
286
- },
287
- {
288
- "id": "16493",
289
- "Access": null,
290
- "Departure": {
291
- "Site": {
292
- "id": "3317",
293
- "Position": {
294
- "Lat": 49.492280000221911,
295
- "Long": 0.10777999984713915
296
- },
297
- "Name": "RUE DE PARIS",
298
- "CityCode": "0",
299
- "CityName": "LE HAVRE",
300
- "Language": null,
301
- "Category": 0,
302
- "LogicalId": null,
303
- "RoadNumber": 0,
304
- "Type": "ROAD_LINK",
305
- "TimeSourceType": null,
306
- "TransportMode": null
307
- },
308
- "AccessPoint": null,
309
- "GuidanceInfo": null,
310
- "Extension": null,
311
- "Time": "01/06/2021 11:47:15"
312
- },
313
- "Arrival": {
314
- "Site": {
315
- "id": "3317",
316
- "Position": {
317
- "Lat": 49.491970000315291,
318
- "Long": 0.10775999982416806
319
- },
320
- "Name": "RUE DE PARIS",
321
- "CityCode": "0",
322
- "CityName": "LE HAVRE",
323
- "Language": null,
324
- "Category": 0,
325
- "LogicalId": null,
326
- "RoadNumber": 0,
327
- "Type": "ROAD_LINK",
328
- "TimeSourceType": null,
329
- "TransportMode": null
330
- },
331
- "AccessPoint": null,
332
- "GuidanceInfo": null,
333
- "Extension": null,
334
- "Time": "01/06/2021 11:47:44"
335
- },
336
- "Duration": "PT29S",
337
- "Distance": 34,
338
- "Geometry": "LINESTRING (0.10777999984713915 49.492280000221911, 0.10775999982416806 49.491970000315291)",
339
- "Extension": null,
340
- "Speed": 0,
341
- "direction": 2,
342
- "Type": "ROAD",
343
- "SubType": "NONE",
344
- "Elevations": [
345
- {
346
- "Altitude": 2.1602,
347
- "Distance": 0.0
348
- },
349
- {
350
- "Altitude": 1.96751,
351
- "Distance": 34.508394221243044
352
- }
353
- ],
354
- "TimeSourceType": "THEORICAL",
355
- "TrafficState": "Unknown",
356
- "RelativeDirection": "CONTINUE",
357
- "MagneticDirection": "SOUTH"
358
- },
359
- {
360
- "id": "16492",
361
- "Access": null,
362
- "Departure": {
363
- "Site": {
364
- "id": "3317",
365
- "Position": {
366
- "Lat": 49.491970000315291,
367
- "Long": 0.10775999982416806
368
- },
369
- "Name": "RUE DE PARIS",
370
- "CityCode": "0",
371
- "CityName": "LE HAVRE",
372
- "Language": null,
373
- "Category": 0,
374
- "LogicalId": null,
375
- "RoadNumber": 0,
376
- "Type": "ROAD_LINK",
377
- "TimeSourceType": null,
378
- "TransportMode": null
379
- },
380
- "AccessPoint": null,
381
- "GuidanceInfo": null,
382
- "Extension": null,
383
- "Time": "01/06/2021 11:47:44"
384
- },
385
- "Arrival": {
386
- "Site": {
387
- "id": "3317",
388
- "Position": {
389
- "Lat": 49.491699999555408,
390
- "Long": 0.10773999980119697
391
- },
392
- "Name": "RUE DE PARIS",
393
- "CityCode": "0",
394
- "CityName": "LE HAVRE",
395
- "Language": null,
396
- "Category": 0,
397
- "LogicalId": null,
398
- "RoadNumber": 0,
399
- "Type": "ROAD_LINK",
400
- "TimeSourceType": null,
401
- "TransportMode": null
402
- },
403
- "AccessPoint": null,
404
- "GuidanceInfo": null,
405
- "Extension": null,
406
- "Time": "01/06/2021 11:48:10"
407
- },
408
- "Duration": "PT26S",
409
- "Distance": 30,
410
- "Geometry": "LINESTRING (0.10775999982416806 49.491970000315291, 0.10773999980119697 49.491699999555408)",
411
- "Extension": null,
412
- "Speed": 0,
413
- "direction": 2,
414
- "Type": "ROAD",
415
- "SubType": "NONE",
416
- "Elevations": [
417
- {
418
- "Altitude": 1.96751,
419
- "Distance": 0.0
420
- },
421
- {
422
- "Altitude": 1.82343,
423
- "Distance": 30.064221228531117
424
- }
425
- ],
426
- "TimeSourceType": "THEORICAL",
427
- "TrafficState": "Unknown",
428
- "RelativeDirection": "CONTINUE",
429
- "MagneticDirection": "SOUTH"
430
- },
431
- {
432
- "id": "30572",
433
- "Access": null,
434
- "Departure": {
435
- "Site": {
436
- "id": "3317",
437
- "Position": {
438
- "Lat": 49.491699999555408,
439
- "Long": 0.10773999980119697
440
- },
441
- "Name": "RUE DE PARIS",
442
- "CityCode": "0",
443
- "CityName": "LE HAVRE",
444
- "Language": null,
445
- "Category": 0,
446
- "LogicalId": null,
447
- "RoadNumber": 0,
448
- "Type": "ROAD_LINK",
449
- "TimeSourceType": null,
450
- "TransportMode": null
451
- },
452
- "AccessPoint": null,
453
- "GuidanceInfo": null,
454
- "Extension": null,
455
- "Time": "01/06/2021 11:48:10"
456
- },
457
- "Arrival": {
458
- "Site": {
459
- "id": "3317",
460
- "Position": {
461
- "Lat": 49.491540000270845,
462
- "Long": 0.10771999977822588
463
- },
464
- "Name": "RUE DE PARIS",
465
- "CityCode": "0",
466
- "CityName": "LE HAVRE",
467
- "Language": null,
468
- "Category": 0,
469
- "LogicalId": null,
470
- "RoadNumber": 0,
471
- "Type": "ROAD_LINK",
472
- "TimeSourceType": null,
473
- "TransportMode": null
474
- },
475
- "AccessPoint": null,
476
- "GuidanceInfo": null,
477
- "Extension": null,
478
- "Time": "01/06/2021 11:48:25"
479
- },
480
- "Duration": "PT15S",
481
- "Distance": 17,
482
- "Geometry": "LINESTRING (0.10773999980119697 49.491699999555408, 0.10771999977822588 49.491540000270845)",
483
- "Extension": null,
484
- "Speed": 0,
485
- "direction": 2,
486
- "Type": "ROAD",
487
- "SubType": "NONE",
488
- "Elevations": [
489
- {
490
- "Altitude": 1.82343,
491
- "Distance": 0.0
492
- },
493
- {
494
- "Altitude": 1.74346,
495
- "Distance": 17.853895747681065
496
- }
497
- ],
498
- "TimeSourceType": "THEORICAL",
499
- "TrafficState": "Unknown",
500
- "RelativeDirection": "CONTINUE",
501
- "MagneticDirection": "SOUTH"
502
- },
503
- {
504
- "id": "30571",
505
- "Access": null,
506
- "Departure": {
507
- "Site": {
508
- "id": "3317",
509
- "Position": {
510
- "Lat": 49.491540000270845,
511
- "Long": 0.10771999977822588
512
- },
513
- "Name": "RUE DE PARIS",
514
- "CityCode": "0",
515
- "CityName": "LE HAVRE",
516
- "Language": null,
517
- "Category": 0,
518
- "LogicalId": null,
519
- "RoadNumber": 0,
520
- "Type": "ROAD_LINK",
521
- "TimeSourceType": null,
522
- "TransportMode": null
523
- },
524
- "AccessPoint": null,
525
- "GuidanceInfo": null,
526
- "Extension": null,
527
- "Time": "01/06/2021 11:48:25"
528
- },
529
- "Arrival": {
530
- "Site": {
531
- "id": "3317",
532
- "Position": {
533
- "Lat": 49.491159999834167,
534
- "Long": 0.10769000019342911
535
- },
536
- "Name": "RUE DE PARIS",
537
- "CityCode": "0",
538
- "CityName": "LE HAVRE",
539
- "Language": null,
540
- "Category": 0,
541
- "LogicalId": null,
542
- "RoadNumber": 0,
543
- "Type": "ROAD_LINK",
544
- "TimeSourceType": null,
545
- "TransportMode": null
546
- },
547
- "AccessPoint": null,
548
- "GuidanceInfo": null,
549
- "Extension": null,
550
- "Time": "01/06/2021 11:49:02"
551
- },
552
- "Duration": "PT37S",
553
- "Distance": 42,
554
- "Geometry": "LINESTRING (0.10771999977822588 49.491540000270845, 0.10769999975525479 49.491329999579875, 0.10769000019342911 49.491159999834167)",
555
- "Extension": null,
556
- "Speed": 0,
557
- "direction": 2,
558
- "Type": "ROAD",
559
- "SubType": "NONE",
560
- "Elevations": [
561
- {
562
- "Altitude": 1.74346,
563
- "Distance": 0.0
564
- },
565
- {
566
- "Altitude": 1.55937,
567
- "Distance": 42.322140148517612
568
- }
569
- ],
570
- "TimeSourceType": "THEORICAL",
571
- "TrafficState": "Unknown",
572
- "RelativeDirection": "CONTINUE",
573
- "MagneticDirection": "SOUTH"
574
- },
575
- {
576
- "id": "14434",
577
- "Access": null,
578
- "Departure": {
579
- "Site": {
580
- "id": "3317",
581
- "Position": {
582
- "Lat": 49.491159999834167,
583
- "Long": 0.10769000019342911
584
- },
585
- "Name": "RUE DE PARIS",
586
- "CityCode": "0",
587
- "CityName": "LE HAVRE",
588
- "Language": null,
589
- "Category": 0,
590
- "LogicalId": null,
591
- "RoadNumber": 0,
592
- "Type": "ROAD_LINK",
593
- "TimeSourceType": null,
594
- "TransportMode": null
595
- },
596
- "AccessPoint": null,
597
- "GuidanceInfo": null,
598
- "Extension": null,
599
- "Time": "01/06/2021 11:49:02"
600
- },
601
- "Arrival": {
602
- "Site": {
603
- "id": "3317",
604
- "Position": {
605
- "Lat": 49.4910700001804,
606
- "Long": 0.10767999973222686
607
- },
608
- "Name": "RUE DE PARIS",
609
- "CityCode": "0",
610
- "CityName": "LE HAVRE",
611
- "Language": null,
612
- "Category": 0,
613
- "LogicalId": null,
614
- "RoadNumber": 0,
615
- "Type": "ROAD_LINK",
616
- "TimeSourceType": null,
617
- "TransportMode": null
618
- },
619
- "AccessPoint": null,
620
- "GuidanceInfo": null,
621
- "Extension": null,
622
- "Time": "01/06/2021 11:49:10"
623
- },
624
- "Duration": "PT8S",
625
- "Distance": 10,
626
- "Geometry": "LINESTRING (0.10769000019342911 49.491159999834167, 0.10767999973222686 49.4910700001804)",
627
- "Extension": null,
628
- "Speed": 0,
629
- "direction": 2,
630
- "Type": "ROAD",
631
- "SubType": "NONE",
632
- "Elevations": [
633
- {
634
- "Altitude": 1.55937,
635
- "Distance": 0.0
636
- },
637
- {
638
- "Altitude": 1.52059,
639
- "Distance": 10.035880785476854
640
- }
641
- ],
642
- "TimeSourceType": "THEORICAL",
643
- "TrafficState": "Unknown",
644
- "RelativeDirection": "CONTINUE",
645
- "MagneticDirection": "SOUTH"
646
- },
647
- {
648
- "id": "7234",
649
- "Access": null,
650
- "Departure": {
651
- "Site": {
652
- "id": "3317",
653
- "Position": {
654
- "Lat": 49.4910700001804,
655
- "Long": 0.10767999973222686
656
- },
657
- "Name": "RUE DE PARIS",
658
- "CityCode": "0",
659
- "CityName": "LE HAVRE",
660
- "Language": null,
661
- "Category": 0,
662
- "LogicalId": null,
663
- "RoadNumber": 0,
664
- "Type": "ROAD_LINK",
665
- "TimeSourceType": null,
666
- "TransportMode": null
667
- },
668
- "AccessPoint": null,
669
- "GuidanceInfo": null,
670
- "Extension": null,
671
- "Time": "01/06/2021 11:49:10"
672
- },
673
- "Arrival": {
674
- "Site": {
675
- "id": "3317",
676
- "Position": {
677
- "Lat": 49.490959999604343,
678
- "Long": 0.10767000017040118
679
- },
680
- "Name": "RUE DE PARIS",
681
- "CityCode": "0",
682
- "CityName": "LE HAVRE",
683
- "Language": null,
684
- "Category": 0,
685
- "LogicalId": null,
686
- "RoadNumber": 0,
687
- "Type": "ROAD_LINK",
688
- "TimeSourceType": null,
689
- "TransportMode": null
690
- },
691
- "AccessPoint": null,
692
- "GuidanceInfo": null,
693
- "Extension": null,
694
- "Time": "01/06/2021 11:49:20"
695
- },
696
- "Duration": "PT10S",
697
- "Distance": 12,
698
- "Geometry": "LINESTRING (0.10767999973222686 49.4910700001804, 0.10767000017040118 49.490959999604343)",
699
- "Extension": null,
700
- "Speed": 0,
701
- "direction": 2,
702
- "Type": "ROAD",
703
- "SubType": "NONE",
704
- "Elevations": [
705
- {
706
- "Altitude": 1.52059,
707
- "Distance": 0.0
708
- },
709
- {
710
- "Altitude": 1.47354,
711
- "Distance": 12.255611911613277
712
- }
713
- ],
714
- "TimeSourceType": "THEORICAL",
715
- "TrafficState": "Unknown",
716
- "RelativeDirection": "CONTINUE",
717
- "MagneticDirection": "SOUTH"
718
- },
719
- {
720
- "id": "14433",
721
- "Access": null,
722
- "Departure": {
723
- "Site": {
724
- "id": "3317",
725
- "Position": {
726
- "Lat": 49.490959999604343,
727
- "Long": 0.10767000017040118
728
- },
729
- "Name": "RUE DE PARIS",
730
- "CityCode": "0",
731
- "CityName": "LE HAVRE",
732
- "Language": null,
733
- "Category": 0,
734
- "LogicalId": null,
735
- "RoadNumber": 0,
736
- "Type": "ROAD_LINK",
737
- "TimeSourceType": null,
738
- "TransportMode": null
739
- },
740
- "AccessPoint": null,
741
- "GuidanceInfo": null,
742
- "Extension": null,
743
- "Time": "01/06/2021 11:49:20"
744
- },
745
- "Arrival": {
746
- "Site": {
747
- "id": "3317",
748
- "Position": {
749
- "Lat": 49.490869999950576,
750
- "Long": 0.10765999970925577
751
- },
752
- "Name": "RUE DE PARIS",
753
- "CityCode": "0",
754
- "CityName": "LE HAVRE",
755
- "Language": null,
756
- "Category": 0,
757
- "LogicalId": null,
758
- "RoadNumber": 0,
759
- "Type": "ROAD_LINK",
760
- "TimeSourceType": null,
761
- "TransportMode": null
762
- },
763
- "AccessPoint": null,
764
- "GuidanceInfo": null,
765
- "Extension": null,
766
- "Time": "01/06/2021 11:49:28"
767
- },
768
- "Duration": "PT8S",
769
- "Distance": 10,
770
- "Geometry": "LINESTRING (0.10767000017040118 49.490959999604343, 0.10765999970925577 49.490869999950576)",
771
- "Extension": null,
772
- "Speed": 0,
773
- "direction": 2,
774
- "Type": "ROAD",
775
- "SubType": "NONE",
776
- "Elevations": [
777
- {
778
- "Altitude": 1.47354,
779
- "Distance": 0.0
780
- },
781
- {
782
- "Altitude": 1.43776,
783
- "Distance": 10.035880652064572
784
- }
785
- ],
786
- "TimeSourceType": "THEORICAL",
787
- "TrafficState": "Unknown",
788
- "RelativeDirection": "CONTINUE",
789
- "MagneticDirection": "SOUTH"
790
- },
791
- {
792
- "id": "29739",
793
- "Access": null,
794
- "Departure": {
795
- "Site": {
796
- "id": "3317",
797
- "Position": {
798
- "Lat": 49.490869999950576,
799
- "Long": 0.10765999970925577
800
- },
801
- "Name": "RUE DE PARIS",
802
- "CityCode": "0",
803
- "CityName": "LE HAVRE",
804
- "Language": null,
805
- "Category": 0,
806
- "LogicalId": null,
807
- "RoadNumber": 0,
808
- "Type": "ROAD_LINK",
809
- "TimeSourceType": null,
810
- "TransportMode": null
811
- },
812
- "AccessPoint": null,
813
- "GuidanceInfo": null,
814
- "Extension": null,
815
- "Time": "01/06/2021 11:49:28"
816
- },
817
- "Arrival": {
818
- "Site": {
819
- "id": "3317",
820
- "Position": {
821
- "Lat": 49.490359999814189,
822
- "Long": 0.10761999966331359
823
- },
824
- "Name": "RUE DE PARIS",
825
- "CityCode": "0",
826
- "CityName": "LE HAVRE",
827
- "Language": null,
828
- "Category": 0,
829
- "LogicalId": null,
830
- "RoadNumber": 0,
831
- "Type": "ROAD_LINK",
832
- "TimeSourceType": null,
833
- "TransportMode": null
834
- },
835
- "AccessPoint": null,
836
- "GuidanceInfo": null,
837
- "Extension": null,
838
- "Time": "01/06/2021 11:50:19"
839
- },
840
- "Duration": "PT51S",
841
- "Distance": 56,
842
- "Geometry": "LINESTRING (0.10765999970925577 49.490869999950576, 0.10761999966331359 49.490359999814189)",
843
- "Extension": null,
844
- "Speed": 0,
845
- "direction": 2,
846
- "Type": "ROAD",
847
- "SubType": "NONE",
848
- "Elevations": [
849
- {
850
- "Altitude": 1.43776,
851
- "Distance": 0.0
852
- },
853
- {
854
- "Altitude": 1.42749,
855
- "Distance": 56.795807881311923
856
- }
857
- ],
858
- "TimeSourceType": "THEORICAL",
859
- "TrafficState": "Unknown",
860
- "RelativeDirection": "CONTINUE",
861
- "MagneticDirection": "SOUTH"
862
- },
863
- {
864
- "id": "29738",
865
- "Access": null,
866
- "Departure": {
867
- "Site": {
868
- "id": "3317",
869
- "Position": {
870
- "Lat": 49.490359999814189,
871
- "Long": 0.10761999966331359
872
- },
873
- "Name": "RUE DE PARIS",
874
- "CityCode": "0",
875
- "CityName": "LE HAVRE",
876
- "Language": null,
877
- "Category": 0,
878
- "LogicalId": null,
879
- "RoadNumber": 0,
880
- "Type": "ROAD_LINK",
881
- "TimeSourceType": null,
882
- "TransportMode": null
883
- },
884
- "AccessPoint": null,
885
- "GuidanceInfo": null,
886
- "Extension": null,
887
- "Time": "01/06/2021 11:50:19"
888
- },
889
- "Arrival": {
890
- "Site": {
891
- "id": "3317",
892
- "Position": {
893
- "Lat": 49.489940000230888,
894
- "Long": 0.10759000007851682
895
- },
896
- "Name": "RUE DE PARIS",
897
- "CityCode": "0",
898
- "CityName": "LE HAVRE",
899
- "Language": null,
900
- "Category": 0,
901
- "LogicalId": null,
902
- "RoadNumber": 0,
903
- "Type": "ROAD_LINK",
904
- "TimeSourceType": null,
905
- "TransportMode": null
906
- },
907
- "AccessPoint": null,
908
- "GuidanceInfo": null,
909
- "Extension": null,
910
- "Time": "01/06/2021 11:51:01"
911
- },
912
- "Duration": "PT42S",
913
- "Distance": 46,
914
- "Geometry": "LINESTRING (0.10761999966331359 49.490359999814189, 0.10759000007851682 49.489940000230888)",
915
- "Extension": null,
916
- "Speed": 0,
917
- "direction": 2,
918
- "Type": "ROAD",
919
- "SubType": "NONE",
920
- "Elevations": [
921
- {
922
- "Altitude": 1.42749,
923
- "Distance": 0.0
924
- },
925
- {
926
- "Altitude": 1.48575,
927
- "Distance": 46.762566448493637
928
- }
929
- ],
930
- "TimeSourceType": "THEORICAL",
931
- "TrafficState": "Unknown",
932
- "RelativeDirection": "CONTINUE",
933
- "MagneticDirection": "SOUTH"
934
- },
935
- {
936
- "id": "14432",
937
- "Access": null,
938
- "Departure": {
939
- "Site": {
940
- "id": "3317",
941
- "Position": {
942
- "Lat": 49.489940000230888,
943
- "Long": 0.10759000007851682
944
- },
945
- "Name": "RUE DE PARIS",
946
- "CityCode": "0",
947
- "CityName": "LE HAVRE",
948
- "Language": null,
949
- "Category": 0,
950
- "LogicalId": null,
951
- "RoadNumber": 0,
952
- "Type": "ROAD_LINK",
953
- "TimeSourceType": null,
954
- "TransportMode": null
955
- },
956
- "AccessPoint": null,
957
- "GuidanceInfo": null,
958
- "Extension": null,
959
- "Time": "01/06/2021 11:51:01"
960
- },
961
- "Arrival": {
962
- "Site": {
963
- "id": "3317",
964
- "Position": {
965
- "Lat": 49.489880000161918,
966
- "Long": 0.10759000007851682
967
- },
968
- "Name": "RUE DE PARIS",
969
- "CityCode": "0",
970
- "CityName": "LE HAVRE",
971
- "Language": null,
972
- "Category": 0,
973
- "LogicalId": null,
974
- "RoadNumber": 0,
975
- "Type": "ROAD_LINK",
976
- "TimeSourceType": null,
977
- "TransportMode": null
978
- },
979
- "AccessPoint": null,
980
- "GuidanceInfo": null,
981
- "Extension": null,
982
- "Time": "01/06/2021 11:51:07"
983
- },
984
- "Duration": "PT6S",
985
- "Distance": 6,
986
- "Geometry": "LINESTRING (0.10759000007851682 49.489940000230888, 0.10759000007851682 49.489880000161918)",
987
- "Extension": null,
988
- "Speed": 0,
989
- "direction": 2,
990
- "Type": "ROAD",
991
- "SubType": "NONE",
992
- "Elevations": [
993
- {
994
- "Altitude": 1.48575,
995
- "Distance": 0.0
996
- },
997
- {
998
- "Altitude": 1.49627,
999
- "Distance": 6.6731607888723561
1000
- }
1001
- ],
1002
- "TimeSourceType": "THEORICAL",
1003
- "TrafficState": "Unknown",
1004
- "RelativeDirection": "CONTINUE",
1005
- "MagneticDirection": "SOUTH"
1006
- },
1007
- {
1008
- "id": "4729",
1009
- "Access": null,
1010
- "Departure": {
1011
- "Site": {
1012
- "id": "1993",
1013
- "Position": {
1014
- "Lat": 49.489880000161918,
1015
- "Long": 0.10759000007851682
1016
- },
1017
- "Name": "PLACE DU GÉNÉRAL DE GAULLE",
1018
- "CityCode": "0",
1019
- "CityName": "LE HAVRE",
1020
- "Language": null,
1021
- "Category": 0,
1022
- "LogicalId": null,
1023
- "RoadNumber": 0,
1024
- "Type": "ROAD_LINK",
1025
- "TimeSourceType": null,
1026
- "TransportMode": null
1027
- },
1028
- "AccessPoint": null,
1029
- "GuidanceInfo": null,
1030
- "Extension": null,
1031
- "Time": "01/06/2021 11:51:07"
1032
- },
1033
- "Arrival": {
1034
- "Site": {
1035
- "id": "1993",
1036
- "Position": {
1037
- "Lat": 49.489880000161918,
1038
- "Long": 0.10820000032981625
1039
- },
1040
- "Name": "PLACE DU GÉNÉRAL DE GAULLE",
1041
- "CityCode": "0",
1042
- "CityName": "LE HAVRE",
1043
- "Language": null,
1044
- "Category": 0,
1045
- "LogicalId": null,
1046
- "RoadNumber": 0,
1047
- "Type": "ROAD_LINK",
1048
- "TimeSourceType": null,
1049
- "TransportMode": null
1050
- },
1051
- "AccessPoint": null,
1052
- "GuidanceInfo": null,
1053
- "Extension": null,
1054
- "Time": "01/06/2021 11:51:42"
1055
- },
1056
- "Duration": "PT35S",
1057
- "Distance": 44,
1058
- "Geometry": "LINESTRING (0.10759000007851682 49.489880000161918, 0.10820000032981625 49.489880000161918)",
1059
- "Extension": null,
1060
- "Speed": 0,
1061
- "direction": 1,
1062
- "Type": "ROAD",
1063
- "SubType": "NONE",
1064
- "Elevations": [
1065
- {
1066
- "Altitude": 1.49627,
1067
- "Distance": 0.0
1068
- },
1069
- {
1070
- "Altitude": 0.0,
1071
- "Distance": 44.195428607251266
1072
- }
1073
- ],
1074
- "TimeSourceType": "THEORICAL",
1075
- "TrafficState": "Unknown",
1076
- "RelativeDirection": "LEFT",
1077
- "MagneticDirection": "EAST"
1078
- },
1079
- {
1080
- "id": "4731",
1081
- "Access": null,
1082
- "Departure": {
1083
- "Site": {
1084
- "id": "1993",
1085
- "Position": {
1086
- "Lat": 49.489880000161918,
1087
- "Long": 0.10820000032981625
1088
- },
1089
- "Name": "PLACE DU GÉNÉRAL DE GAULLE",
1090
- "CityCode": "0",
1091
- "CityName": "LE HAVRE",
1092
- "Language": null,
1093
- "Category": 0,
1094
- "LogicalId": null,
1095
- "RoadNumber": 0,
1096
- "Type": "ROAD_LINK",
1097
- "TimeSourceType": null,
1098
- "TransportMode": null
1099
- },
1100
- "AccessPoint": null,
1101
- "GuidanceInfo": null,
1102
- "Extension": null,
1103
- "Time": "01/06/2021 11:51:42"
1104
- },
1105
- "Arrival": {
1106
- "Site": {
1107
- "id": "1993",
1108
- "Position": {
1109
- "Lat": 49.489869999700772,
1110
- "Long": 0.10849999977523339
1111
- },
1112
- "Name": "PLACE DU GÉNÉRAL DE GAULLE",
1113
- "CityCode": "0",
1114
- "CityName": "LE HAVRE",
1115
- "Language": null,
1116
- "Category": 0,
1117
- "LogicalId": null,
1118
- "RoadNumber": 0,
1119
- "Type": "ROAD_LINK",
1120
- "TimeSourceType": null,
1121
- "TransportMode": null
1122
- },
1123
- "AccessPoint": null,
1124
- "GuidanceInfo": null,
1125
- "Extension": null,
1126
- "Time": "01/06/2021 11:52:01"
1127
- },
1128
- "Duration": "PT19S",
1129
- "Distance": 21,
1130
- "Geometry": "LINESTRING (0.10820000032981625 49.489880000161918, 0.10849999977523339 49.489869999700772)",
1131
- "Extension": null,
1132
- "Speed": 0,
1133
- "direction": 2,
1134
- "Type": "ROAD",
1135
- "SubType": "NONE",
1136
- "Elevations": [
1137
- {
1138
- "Altitude": 0.0,
1139
- "Distance": 0.0
1140
- },
1141
- {
1142
- "Altitude": 0.0,
1143
- "Distance": 21.763849003733675
1144
- }
1145
- ],
1146
- "TimeSourceType": "THEORICAL",
1147
- "TrafficState": "Unknown",
1148
- "RelativeDirection": "CONTINUE",
1149
- "MagneticDirection": "EAST"
1150
- },
1151
- {
1152
- "id": "4732",
1153
- "Access": null,
1154
- "Departure": {
1155
- "Site": {
1156
- "id": "2139",
1157
- "Position": {
1158
- "Lat": 49.489869999700772,
1159
- "Long": 0.10849999977523339
1160
- },
1161
- "Name": "QUAI GUILLAUME LE TESTU",
1162
- "CityCode": "0",
1163
- "CityName": "LE HAVRE",
1164
- "Language": null,
1165
- "Category": 0,
1166
- "LogicalId": null,
1167
- "RoadNumber": 0,
1168
- "Type": "ROAD_LINK",
1169
- "TimeSourceType": null,
1170
- "TransportMode": null
1171
- },
1172
- "AccessPoint": null,
1173
- "GuidanceInfo": null,
1174
- "Extension": null,
1175
- "Time": "01/06/2021 11:52:01"
1176
- },
1177
- "Arrival": {
1178
- "Site": {
1179
- "id": "2139",
1180
- "Position": {
1181
- "Lat": 49.489869999700772,
1182
- "Long": 0.10867999998208688
1183
- },
1184
- "Name": "QUAI GUILLAUME LE TESTU",
1185
- "CityCode": "0",
1186
- "CityName": "LE HAVRE",
1187
- "Language": null,
1188
- "Category": 0,
1189
- "LogicalId": null,
1190
- "RoadNumber": 0,
1191
- "Type": "ROAD_LINK",
1192
- "TimeSourceType": null,
1193
- "TransportMode": null
1194
- },
1195
- "AccessPoint": null,
1196
- "GuidanceInfo": null,
1197
- "Extension": null,
1198
- "Time": "01/06/2021 11:52:13"
1199
- },
1200
- "Duration": "PT12S",
1201
- "Distance": 13,
1202
- "Geometry": "LINESTRING (0.10849999977523339 49.489869999700772, 0.10867999998208688 49.489869999700772)",
1203
- "Extension": null,
1204
- "Speed": 0,
1205
- "direction": 1,
1206
- "Type": "ROAD",
1207
- "SubType": "NONE",
1208
- "Elevations": [
1209
- {
1210
- "Altitude": 0.0,
1211
- "Distance": 0.0
1212
- },
1213
- {
1214
- "Altitude": 0.0,
1215
- "Distance": 13.041286286142824
1216
- }
1217
- ],
1218
- "TimeSourceType": "THEORICAL",
1219
- "TrafficState": "Unknown",
1220
- "RelativeDirection": "CONTINUE",
1221
- "MagneticDirection": "EAST"
1222
- },
1223
- {
1224
- "id": "4736",
1225
- "Access": null,
1226
- "Departure": {
1227
- "Site": {
1228
- "id": "2139",
1229
- "Position": {
1230
- "Lat": 49.489869999700772,
1231
- "Long": 0.10867999998208688
1232
- },
1233
- "Name": "QUAI GUILLAUME LE TESTU",
1234
- "CityCode": "0",
1235
- "CityName": "LE HAVRE",
1236
- "Language": null,
1237
- "Category": 0,
1238
- "LogicalId": null,
1239
- "RoadNumber": 0,
1240
- "Type": "ROAD_LINK",
1241
- "TimeSourceType": null,
1242
- "TransportMode": null
1243
- },
1244
- "AccessPoint": null,
1245
- "GuidanceInfo": null,
1246
- "Extension": null,
1247
- "Time": "01/06/2021 11:52:13"
1248
- },
1249
- "Arrival": {
1250
- "Site": {
1251
- "id": "2139",
1252
- "Position": {
1253
- "Lat": 49.48982999965483,
1254
- "Long": 0.10987999956239491
1255
- },
1256
- "Name": "QUAI GUILLAUME LE TESTU",
1257
- "CityCode": "0",
1258
- "CityName": "LE HAVRE",
1259
- "Language": null,
1260
- "Category": 0,
1261
- "LogicalId": null,
1262
- "RoadNumber": 0,
1263
- "Type": "ROAD_LINK",
1264
- "TimeSourceType": null,
1265
- "TransportMode": null
1266
- },
1267
- "AccessPoint": null,
1268
- "GuidanceInfo": null,
1269
- "Extension": null,
1270
- "Time": "01/06/2021 11:53:32"
1271
- },
1272
- "Duration": "PT1M19S",
1273
- "Distance": 87,
1274
- "Geometry": "LINESTRING (0.10867999998208688 49.489869999700772, 0.10890000023488255 49.489860000138947, 0.10987999956239491 49.48982999965483)",
1275
- "Extension": null,
1276
- "Speed": 0,
1277
- "direction": 2,
1278
- "Type": "ROAD",
1279
- "SubType": "NONE",
1280
- "Elevations": [
1281
- {
1282
- "Altitude": 0.0,
1283
- "Distance": 0.0
1284
- },
1285
- {
1286
- "Altitude": 0.0,
1287
- "Distance": 87.058924138670875
1288
- }
1289
- ],
1290
- "TimeSourceType": "THEORICAL",
1291
- "TrafficState": "Unknown",
1292
- "RelativeDirection": "CONTINUE",
1293
- "MagneticDirection": "EAST"
1294
- },
1295
- {
1296
- "id": "13126",
1297
- "Access": null,
1298
- "Departure": {
1299
- "Site": {
1300
- "id": "2144",
1301
- "Position": {
1302
- "Lat": 49.48982999965483,
1303
- "Long": 0.10987999956239491
1304
- },
1305
- "Name": "QUAI LAMBLARDIE",
1306
- "CityCode": "0",
1307
- "CityName": "LE HAVRE",
1308
- "Language": null,
1309
- "Category": 0,
1310
- "LogicalId": null,
1311
- "RoadNumber": 0,
1312
- "Type": "ROAD_LINK",
1313
- "TimeSourceType": null,
1314
- "TransportMode": null
1315
- },
1316
- "AccessPoint": null,
1317
- "GuidanceInfo": null,
1318
- "Extension": null,
1319
- "Time": "01/06/2021 11:53:32"
1320
- },
1321
- "Arrival": {
1322
- "Site": {
1323
- "id": "2144",
1324
- "Position": {
1325
- "Lat": 49.489809999631859,
1326
- "Long": 0.11040999972175314
1327
- },
1328
- "Name": "QUAI LAMBLARDIE",
1329
- "CityCode": "0",
1330
- "CityName": "LE HAVRE",
1331
- "Language": null,
1332
- "Category": 0,
1333
- "LogicalId": null,
1334
- "RoadNumber": 0,
1335
- "Type": "ROAD_LINK",
1336
- "TimeSourceType": null,
1337
- "TransportMode": null
1338
- },
1339
- "AccessPoint": null,
1340
- "GuidanceInfo": null,
1341
- "Extension": null,
1342
- "Time": "01/06/2021 11:54:07"
1343
- },
1344
- "Duration": "PT35S",
1345
- "Distance": 38,
1346
- "Geometry": "LINESTRING (0.10987999956239491 49.48982999965483, 0.11040999972175314 49.489809999631859)",
1347
- "Extension": null,
1348
- "Speed": 0,
1349
- "direction": 2,
1350
- "Type": "ROAD",
1351
- "SubType": "NONE",
1352
- "Elevations": [
1353
- {
1354
- "Altitude": 0.0,
1355
- "Distance": 0.0
1356
- },
1357
- {
1358
- "Altitude": 0.0,
1359
- "Distance": 38.463722357793849
1360
- }
1361
- ],
1362
- "TimeSourceType": "THEORICAL",
1363
- "TrafficState": "Unknown",
1364
- "RelativeDirection": "CONTINUE",
1365
- "MagneticDirection": "EAST"
1366
- },
1367
- {
1368
- "id": "13125",
1369
- "Access": null,
1370
- "Departure": {
1371
- "Site": {
1372
- "id": "2144",
1373
- "Position": {
1374
- "Lat": 49.489809999631859,
1375
- "Long": 0.11040999972175314
1376
- },
1377
- "Name": "QUAI LAMBLARDIE",
1378
- "CityCode": "0",
1379
- "CityName": "LE HAVRE",
1380
- "Language": null,
1381
- "Category": 0,
1382
- "LogicalId": null,
1383
- "RoadNumber": 0,
1384
- "Type": "ROAD_LINK",
1385
- "TimeSourceType": null,
1386
- "TransportMode": null
1387
- },
1388
- "AccessPoint": null,
1389
- "GuidanceInfo": null,
1390
- "Extension": null,
1391
- "Time": "01/06/2021 11:54:07"
1392
- },
1393
- "Arrival": {
1394
- "Site": {
1395
- "id": "2144",
1396
- "Position": {
1397
- "Lat": 49.489809999631859,
1398
- "Long": 0.11060999995157772
1399
- },
1400
- "Name": "QUAI LAMBLARDIE",
1401
- "CityCode": "0",
1402
- "CityName": "LE HAVRE",
1403
- "Language": null,
1404
- "Category": 0,
1405
- "LogicalId": null,
1406
- "RoadNumber": 0,
1407
- "Type": "ROAD_LINK",
1408
- "TimeSourceType": null,
1409
- "TransportMode": null
1410
- },
1411
- "AccessPoint": null,
1412
- "GuidanceInfo": null,
1413
- "Extension": null,
1414
- "Time": "01/06/2021 11:54:20"
1415
- },
1416
- "Duration": "PT13S",
1417
- "Distance": 14,
1418
- "Geometry": "LINESTRING (0.11040999972175314 49.489809999631859, 0.11060999995157772 49.489809999631859)",
1419
- "Extension": null,
1420
- "Speed": 0,
1421
- "direction": 1,
1422
- "Type": "ROAD",
1423
- "SubType": "NONE",
1424
- "Elevations": [
1425
- {
1426
- "Altitude": 0.0,
1427
- "Distance": 0.0
1428
- },
1429
- {
1430
- "Altitude": 0.0,
1431
- "Distance": 14.490335804827238
1432
- }
1433
- ],
1434
- "TimeSourceType": "THEORICAL",
1435
- "TrafficState": "Unknown",
1436
- "RelativeDirection": "CONTINUE",
1437
- "MagneticDirection": "EAST"
1438
- },
1439
- {
1440
- "id": "4739",
1441
- "Access": null,
1442
- "Departure": {
1443
- "Site": {
1444
- "id": "2144",
1445
- "Position": {
1446
- "Lat": 49.489809999631859,
1447
- "Long": 0.11060999995157772
1448
- },
1449
- "Name": "QUAI LAMBLARDIE",
1450
- "CityCode": "0",
1451
- "CityName": "LE HAVRE",
1452
- "Language": null,
1453
- "Category": 0,
1454
- "LogicalId": null,
1455
- "RoadNumber": 0,
1456
- "Type": "ROAD_LINK",
1457
- "TimeSourceType": null,
1458
- "TransportMode": null
1459
- },
1460
- "AccessPoint": null,
1461
- "GuidanceInfo": null,
1462
- "Extension": null,
1463
- "Time": "01/06/2021 11:54:20"
1464
- },
1465
- "Arrival": {
1466
- "Site": {
1467
- "id": "2144",
1468
- "Position": {
1469
- "Lat": 49.489800000069977,
1470
- "Long": 0.11101999997305256
1471
- },
1472
- "Name": "QUAI LAMBLARDIE",
1473
- "CityCode": "0",
1474
- "CityName": "LE HAVRE",
1475
- "Language": null,
1476
- "Category": 0,
1477
- "LogicalId": null,
1478
- "RoadNumber": 0,
1479
- "Type": "ROAD_LINK",
1480
- "TimeSourceType": null,
1481
- "TransportMode": null
1482
- },
1483
- "AccessPoint": null,
1484
- "GuidanceInfo": null,
1485
- "Extension": null,
1486
- "Time": "01/06/2021 11:54:47"
1487
- },
1488
- "Duration": "PT27S",
1489
- "Distance": 29,
1490
- "Geometry": "LINESTRING (0.11060999995157772 49.489809999631859, 0.11101999997305256 49.489800000069977)",
1491
- "Extension": null,
1492
- "Speed": 0,
1493
- "direction": 2,
1494
- "Type": "ROAD",
1495
- "SubType": "NONE",
1496
- "Elevations": [
1497
- {
1498
- "Altitude": 0.0,
1499
- "Distance": 0.0
1500
- },
1501
- {
1502
- "Altitude": 0.0,
1503
- "Distance": 29.725970549499216
1504
- }
1505
- ],
1506
- "TimeSourceType": "THEORICAL",
1507
- "TrafficState": "Unknown",
1508
- "RelativeDirection": "CONTINUE",
1509
- "MagneticDirection": "EAST"
1510
- },
1511
- {
1512
- "id": "4760",
1513
- "Access": null,
1514
- "Departure": {
1515
- "Site": {
1516
- "id": "2146",
1517
- "Position": {
1518
- "Lat": 49.489800000069977,
1519
- "Long": 0.11101999997305256
1520
- },
1521
- "Name": "QUAI MICHEL FÉRÉ",
1522
- "CityCode": "0",
1523
- "CityName": "LE HAVRE",
1524
- "Language": null,
1525
- "Category": 0,
1526
- "LogicalId": null,
1527
- "RoadNumber": 0,
1528
- "Type": "ROAD_LINK",
1529
- "TimeSourceType": null,
1530
- "TransportMode": null
1531
- },
1532
- "AccessPoint": null,
1533
- "GuidanceInfo": null,
1534
- "Extension": null,
1535
- "Time": "01/06/2021 11:54:47"
1536
- },
1537
- "Arrival": {
1538
- "Site": {
1539
- "id": "2146",
1540
- "Position": {
1541
- "Lat": 49.489280000371764,
1542
- "Long": 0.11112999964979053
1543
- },
1544
- "Name": "QUAI MICHEL FÉRÉ",
1545
- "CityCode": "0",
1546
- "CityName": "LE HAVRE",
1547
- "Language": null,
1548
- "Category": 0,
1549
- "LogicalId": null,
1550
- "RoadNumber": 0,
1551
- "Type": "ROAD_LINK",
1552
- "TimeSourceType": null,
1553
- "TransportMode": null
1554
- },
1555
- "AccessPoint": null,
1556
- "GuidanceInfo": null,
1557
- "Extension": null,
1558
- "Time": "01/06/2021 11:55:40"
1559
- },
1560
- "Duration": "PT53S",
1561
- "Distance": 58,
1562
- "Geometry": "LINESTRING (0.11101999997305256 49.489800000069977, 0.11112999964979053 49.489280000371764)",
1563
- "Extension": null,
1564
- "Speed": 0,
1565
- "direction": 2,
1566
- "Type": "ROAD",
1567
- "SubType": "NONE",
1568
- "Elevations": [
1569
- {
1570
- "Altitude": 0.0,
1571
- "Distance": 0.0
1572
- },
1573
- {
1574
- "Altitude": 0.0,
1575
- "Distance": 58.380498174987629
1576
- }
1577
- ],
1578
- "TimeSourceType": "THEORICAL",
1579
- "TrafficState": "Unknown",
1580
- "RelativeDirection": "RIGHT",
1581
- "MagneticDirection": "SOUTH"
1582
- },
1583
- {
1584
- "id": "4776",
1585
- "Access": null,
1586
- "Departure": {
1587
- "Site": {
1588
- "id": "2980",
1589
- "Position": {
1590
- "Lat": 49.489280000371764,
1591
- "Long": 0.11112999964979053
1592
- },
1593
- "Name": "RUE DE BRETAGNE",
1594
- "CityCode": "0",
1595
- "CityName": "LE HAVRE",
1596
- "Language": null,
1597
- "Category": 0,
1598
- "LogicalId": null,
1599
- "RoadNumber": 0,
1600
- "Type": "ROAD_LINK",
1601
- "TimeSourceType": null,
1602
- "TransportMode": null
1603
- },
1604
- "AccessPoint": null,
1605
- "GuidanceInfo": null,
1606
- "Extension": null,
1607
- "Time": "01/06/2021 11:55:40"
1608
- },
1609
- "Arrival": {
1610
- "Site": {
1611
- "id": "2980",
1612
- "Position": {
1613
- "Lat": 49.489200000279823,
1614
- "Long": 0.11186999960085586
1615
- },
1616
- "Name": "RUE DE BRETAGNE",
1617
- "CityCode": "0",
1618
- "CityName": "LE HAVRE",
1619
- "Language": null,
1620
- "Category": 0,
1621
- "LogicalId": null,
1622
- "RoadNumber": 0,
1623
- "Type": "ROAD_LINK",
1624
- "TimeSourceType": null,
1625
- "TransportMode": null
1626
- },
1627
- "AccessPoint": null,
1628
- "GuidanceInfo": null,
1629
- "Extension": null,
1630
- "Time": "01/06/2021 11:56:30"
1631
- },
1632
- "Duration": "PT50S",
1633
- "Distance": 55,
1634
- "Geometry": "LINESTRING (0.11112999964979053 49.489280000371764, 0.11132000031778944 49.48928999993359, 0.11147000004052643 49.48928999993359, 0.11186999960085586 49.489200000279823)",
1635
- "Extension": null,
1636
- "Speed": 0,
1637
- "direction": 2,
1638
- "Type": "ROAD",
1639
- "SubType": "NONE",
1640
- "Elevations": [
1641
- {
1642
- "Altitude": 0.0,
1643
- "Distance": 0.0
1644
- },
1645
- {
1646
- "Altitude": 0.0,
1647
- "Distance": 55.339551877756072
1648
- }
1649
- ],
1650
- "TimeSourceType": "THEORICAL",
1651
- "TrafficState": "Unknown",
1652
- "RelativeDirection": "LEFT",
1653
- "MagneticDirection": "EAST"
1654
- },
1655
- {
1656
- "id": "4777",
1657
- "Access": null,
1658
- "Departure": {
1659
- "Site": {
1660
- "id": "2980",
1661
- "Position": {
1662
- "Lat": 49.489200000279823,
1663
- "Long": 0.11186999960085586
1664
- },
1665
- "Name": "RUE DE BRETAGNE",
1666
- "CityCode": "0",
1667
- "CityName": "LE HAVRE",
1668
- "Language": null,
1669
- "Category": 0,
1670
- "LogicalId": null,
1671
- "RoadNumber": 0,
1672
- "Type": "ROAD_LINK",
1673
- "TimeSourceType": null,
1674
- "TransportMode": null
1675
- },
1676
- "AccessPoint": null,
1677
- "GuidanceInfo": null,
1678
- "Extension": null,
1679
- "Time": "01/06/2021 11:56:30"
1680
- },
1681
- "Arrival": {
1682
- "Site": {
1683
- "id": "2980",
1684
- "Position": {
1685
- "Lat": 49.489180000256852,
1686
- "Long": 0.11200999976171033
1687
- },
1688
- "Name": "RUE DE BRETAGNE",
1689
- "CityCode": "0",
1690
- "CityName": "LE HAVRE",
1691
- "Language": null,
1692
- "Category": 0,
1693
- "LogicalId": null,
1694
- "RoadNumber": 0,
1695
- "Type": "ROAD_LINK",
1696
- "TimeSourceType": null,
1697
- "TransportMode": null
1698
- },
1699
- "AccessPoint": null,
1700
- "GuidanceInfo": null,
1701
- "Extension": null,
1702
- "Time": "01/06/2021 11:56:39"
1703
- },
1704
- "Duration": "PT9S",
1705
- "Distance": 10,
1706
- "Geometry": "LINESTRING (0.11186999960085586 49.489200000279823, 0.11200999976171033 49.489180000256852)",
1707
- "Extension": null,
1708
- "Speed": 0,
1709
- "direction": 2,
1710
- "Type": "ROAD",
1711
- "SubType": "NONE",
1712
- "Elevations": [
1713
- {
1714
- "Altitude": 0.0,
1715
- "Distance": 0.0
1716
- },
1717
- {
1718
- "Altitude": 0.0,
1719
- "Distance": 10.384397537956687
1720
- }
1721
- ],
1722
- "TimeSourceType": "THEORICAL",
1723
- "TrafficState": "Unknown",
1724
- "RelativeDirection": "CONTINUE",
1725
- "MagneticDirection": "EAST"
1726
- },
1727
- {
1728
- "id": "4783",
1729
- "Access": null,
1730
- "Departure": {
1731
- "Site": {
1732
- "id": "2980",
1733
- "Position": {
1734
- "Lat": 49.489180000256852,
1735
- "Long": 0.11200999976171033
1736
- },
1737
- "Name": "RUE DE BRETAGNE",
1738
- "CityCode": "0",
1739
- "CityName": "LE HAVRE",
1740
- "Language": null,
1741
- "Category": 0,
1742
- "LogicalId": null,
1743
- "RoadNumber": 0,
1744
- "Type": "ROAD_LINK",
1745
- "TimeSourceType": null,
1746
- "TransportMode": null
1747
- },
1748
- "AccessPoint": null,
1749
- "GuidanceInfo": null,
1750
- "Extension": null,
1751
- "Time": "01/06/2021 11:56:39"
1752
- },
1753
- "Arrival": {
1754
- "Site": {
1755
- "id": "2980",
1756
- "Position": {
1757
- "Lat": 49.488969999565882,
1758
- "Long": 0.11282000024289118
1759
- },
1760
- "Name": "RUE DE BRETAGNE",
1761
- "CityCode": "0",
1762
- "CityName": "LE HAVRE",
1763
- "Language": null,
1764
- "Category": 0,
1765
- "LogicalId": null,
1766
- "RoadNumber": 0,
1767
- "Type": "ROAD_LINK",
1768
- "TimeSourceType": null,
1769
- "TransportMode": null
1770
- },
1771
- "AccessPoint": null,
1772
- "GuidanceInfo": null,
1773
- "Extension": null,
1774
- "Time": "01/06/2021 11:57:39"
1775
- },
1776
- "Duration": "PT1M",
1777
- "Distance": 63,
1778
- "Geometry": "LINESTRING (0.11200999976171033 49.489180000256852, 0.11282000024289118 49.488969999565882)",
1779
- "Extension": null,
1780
- "Speed": 0,
1781
- "direction": 2,
1782
- "Type": "ROAD",
1783
- "SubType": "NONE",
1784
- "Elevations": [
1785
- {
1786
- "Altitude": 0.0,
1787
- "Distance": 0.0
1788
- },
1789
- {
1790
- "Altitude": 0.98689,
1791
- "Distance": 63.163575848671329
1792
- }
1793
- ],
1794
- "TimeSourceType": "THEORICAL",
1795
- "TrafficState": "Unknown",
1796
- "RelativeDirection": "CONTINUE",
1797
- "MagneticDirection": "EAST"
1798
- },
1799
- {
1800
- "id": "8270",
1801
- "Access": null,
1802
- "Departure": {
1803
- "Site": {
1804
- "id": "2980",
1805
- "Position": {
1806
- "Lat": 49.488969999565882,
1807
- "Long": 0.11282000024289118
1808
- },
1809
- "Name": "RUE DE BRETAGNE",
1810
- "CityCode": "0",
1811
- "CityName": "LE HAVRE",
1812
- "Language": null,
1813
- "Category": 0,
1814
- "LogicalId": null,
1815
- "RoadNumber": 0,
1816
- "Type": "ROAD_LINK",
1817
- "TimeSourceType": null,
1818
- "TransportMode": null
1819
- },
1820
- "AccessPoint": null,
1821
- "GuidanceInfo": null,
1822
- "Extension": null,
1823
- "Time": "01/06/2021 11:57:39"
1824
- },
1825
- "Arrival": {
1826
- "Site": {
1827
- "id": "2980",
1828
- "Position": {
1829
- "Lat": 49.488870000350289,
1830
- "Long": 0.11327999987213389
1831
- },
1832
- "Name": "RUE DE BRETAGNE",
1833
- "CityCode": "0",
1834
- "CityName": "LE HAVRE",
1835
- "Language": null,
1836
- "Category": 0,
1837
- "LogicalId": null,
1838
- "RoadNumber": 0,
1839
- "Type": "ROAD_LINK",
1840
- "TimeSourceType": null,
1841
- "TransportMode": null
1842
- },
1843
- "AccessPoint": null,
1844
- "GuidanceInfo": null,
1845
- "Extension": null,
1846
- "Time": "01/06/2021 11:58:11"
1847
- },
1848
- "Duration": "PT32S",
1849
- "Distance": 35,
1850
- "Geometry": "LINESTRING (0.11282000024289118 49.488969999565882, 0.11327999987213389 49.488870000350289)",
1851
- "Extension": null,
1852
- "Speed": 0,
1853
- "direction": 2,
1854
- "Type": "ROAD",
1855
- "SubType": "NONE",
1856
- "Elevations": [
1857
- {
1858
- "Altitude": 0.98689,
1859
- "Distance": 0.0
1860
- },
1861
- {
1862
- "Altitude": 1.02702,
1863
- "Distance": 35.135046649382
1864
- }
1865
- ],
1866
- "TimeSourceType": "THEORICAL",
1867
- "TrafficState": "Unknown",
1868
- "RelativeDirection": "CONTINUE",
1869
- "MagneticDirection": "EAST"
1870
- },
1871
- {
1872
- "id": "8269",
1873
- "Access": null,
1874
- "Departure": {
1875
- "Site": {
1876
- "id": "2980",
1877
- "Position": {
1878
- "Lat": 49.488870000350289,
1879
- "Long": 0.11327999987213389
1880
- },
1881
- "Name": "RUE DE BRETAGNE",
1882
- "CityCode": "0",
1883
- "CityName": "LE HAVRE",
1884
- "Language": null,
1885
- "Category": 0,
1886
- "LogicalId": null,
1887
- "RoadNumber": 0,
1888
- "Type": "ROAD_LINK",
1889
- "TimeSourceType": null,
1890
- "TransportMode": null
1891
- },
1892
- "AccessPoint": null,
1893
- "GuidanceInfo": null,
1894
- "Extension": null,
1895
- "Time": "01/06/2021 11:58:11"
1896
- },
1897
- "Arrival": {
1898
- "Site": {
1899
- "id": "2980",
1900
- "Position": {
1901
- "Lat": 49.488850000327318,
1902
- "Long": 0.11335999996407509
1903
- },
1904
- "Name": "RUE DE BRETAGNE",
1905
- "CityCode": "0",
1906
- "CityName": "LE HAVRE",
1907
- "Language": null,
1908
- "Category": 0,
1909
- "LogicalId": null,
1910
- "RoadNumber": 0,
1911
- "Type": "ROAD_LINK",
1912
- "TimeSourceType": null,
1913
- "TransportMode": null
1914
- },
1915
- "AccessPoint": null,
1916
- "GuidanceInfo": null,
1917
- "Extension": null,
1918
- "Time": "01/06/2021 11:58:17"
1919
- },
1920
- "Duration": "PT6S",
1921
- "Distance": 6,
1922
- "Geometry": "LINESTRING (0.11327999987213389 49.488870000350289, 0.11335999996407509 49.488850000327318)",
1923
- "Extension": null,
1924
- "Speed": 0,
1925
- "direction": 2,
1926
- "Type": "ROAD",
1927
- "SubType": "NONE",
1928
- "Elevations": [
1929
- {
1930
- "Altitude": 1.02702,
1931
- "Distance": 0.0
1932
- },
1933
- {
1934
- "Altitude": 1.02495,
1935
- "Distance": 6.2084111265231607
1936
- }
1937
- ],
1938
- "TimeSourceType": "THEORICAL",
1939
- "TrafficState": "Unknown",
1940
- "RelativeDirection": "CONTINUE",
1941
- "MagneticDirection": "EAST"
1942
- },
1943
- {
1944
- "id": "4810",
1945
- "Access": null,
1946
- "Departure": {
1947
- "Site": {
1948
- "id": "4403",
1949
- "Position": {
1950
- "Lat": 49.488850000327318,
1951
- "Long": 0.11335999996407509
1952
- },
1953
- "Name": "RUE JEAN DE LA FONTAINE",
1954
- "CityCode": "0",
1955
- "CityName": "LE HAVRE",
1956
- "Language": null,
1957
- "Category": 0,
1958
- "LogicalId": null,
1959
- "RoadNumber": 0,
1960
- "Type": "ROAD_LINK",
1961
- "TimeSourceType": null,
1962
- "TransportMode": null
1963
- },
1964
- "AccessPoint": null,
1965
- "GuidanceInfo": null,
1966
- "Extension": null,
1967
- "Time": "01/06/2021 11:58:17"
1968
- },
1969
- "Arrival": {
1970
- "Site": {
1971
- "id": "4403",
1972
- "Position": {
1973
- "Lat": 49.488610000051494,
1974
- "Long": 0.11323000026436603
1975
- },
1976
- "Name": "RUE JEAN DE LA FONTAINE",
1977
- "CityCode": "0",
1978
- "CityName": "LE HAVRE",
1979
- "Language": null,
1980
- "Category": 0,
1981
- "LogicalId": null,
1982
- "RoadNumber": 0,
1983
- "Type": "ROAD_LINK",
1984
- "TimeSourceType": null,
1985
- "TransportMode": null
1986
- },
1987
- "AccessPoint": null,
1988
- "GuidanceInfo": null,
1989
- "Extension": null,
1990
- "Time": "01/06/2021 11:58:43"
1991
- },
1992
- "Duration": "PT26S",
1993
- "Distance": 28,
1994
- "Geometry": "LINESTRING (0.11335999996407509 49.488850000327318, 0.11323000026436603 49.488610000051494)",
1995
- "Extension": null,
1996
- "Speed": 0,
1997
- "direction": 2,
1998
- "Type": "ROAD",
1999
- "SubType": "NONE",
2000
- "Elevations": [
2001
- {
2002
- "Altitude": 1.02495,
2003
- "Distance": 0.0
2004
- },
2005
- {
2006
- "Altitude": 1.28595,
2007
- "Distance": 28.305696414567382
2008
- }
2009
- ],
2010
- "TimeSourceType": "THEORICAL",
2011
- "TrafficState": "Unknown",
2012
- "RelativeDirection": "RIGHT",
2013
- "MagneticDirection": "SOUTH"
2014
- },
2015
- {
2016
- "id": "4818",
2017
- "Access": null,
2018
- "Departure": {
2019
- "Site": {
2020
- "id": "4403",
2021
- "Position": {
2022
- "Lat": 49.488610000051494,
2023
- "Long": 0.11323000026436603
2024
- },
2025
- "Name": "RUE JEAN DE LA FONTAINE",
2026
- "CityCode": "0",
2027
- "CityName": "LE HAVRE",
2028
- "Language": null,
2029
- "Category": 0,
2030
- "LogicalId": null,
2031
- "RoadNumber": 0,
2032
- "Type": "ROAD_LINK",
2033
- "TimeSourceType": null,
2034
- "TransportMode": null
2035
- },
2036
- "AccessPoint": null,
2037
- "GuidanceInfo": null,
2038
- "Extension": null,
2039
- "Time": "01/06/2021 11:58:43"
2040
- },
2041
- "Arrival": {
2042
- "Site": {
2043
- "id": "4403",
2044
- "Position": {
2045
- "Lat": 49.488543637734125,
2046
- "Long": 0.11314717531435077
2047
- },
2048
- "Name": "RUE JEAN DE LA FONTAINE",
2049
- "CityCode": "76351",
2050
- "CityName": "LE HAVRE",
2051
- "Language": null,
2052
- "Category": 0,
2053
- "LogicalId": null,
2054
- "RoadNumber": 0,
2055
- "Type": "ROAD_LINK",
2056
- "TimeSourceType": "THEORICAL",
2057
- "TransportMode": null
2058
- },
2059
- "AccessPoint": null,
2060
- "GuidanceInfo": null,
2061
- "Extension": null,
2062
- "Time": "01/06/2021 11:58:50"
2063
- },
2064
- "Duration": "PT7S",
2065
- "Distance": 8,
2066
- "Geometry": "LINESTRING (0.11323000026436603 49.488610000051494, 0.11319361798987274 49.488542086991117)",
2067
- "Extension": null,
2068
- "Speed": 0,
2069
- "direction": 2,
2070
- "Type": "ROAD",
2071
- "SubType": "NONE",
2072
- "Elevations": [
2073
- {
2074
- "Altitude": 1.28595,
2075
- "Distance": 0.0
2076
- },
2077
- {
2078
- "Altitude": 1.2476106203042145,
2079
- "Distance": 0.98336783151619755
2080
- }
2081
- ],
2082
- "TimeSourceType": "THEORICAL",
2083
- "TrafficState": "Unknown",
2084
- "RelativeDirection": "CONTINUE",
2085
- "MagneticDirection": "SOUTH"
2086
- }
2087
- ]
2088
- },
2089
- "IsSharedVehicle": false,
2090
- "KmlOverview": null,
2091
- "Extension": null,
2092
- "TransportMode": "WALK"
2093
- }
2094
- }
2095
- ]
2096
- },
2097
- "DepartureTime": "01/06/2021 11:47:00",
2098
- "ArrivalTime": "01/06/2021 11:58:50"
2099
- }
2100
- ]
2101
- },
2102
- "Status": {
2103
- "comment": "API:JP:2021-06-01:2c078ccb-13da-4010-8d80-7977e58ec312:2",
2104
- "ExecutionTime": 0,
2105
- "Code": "OK"
2106
- }
2107
- },
2108
- "PlanTripType": 1,
2109
- "PlanTripDifferenceList": [],
2110
- "Order": 2,
2111
- "IsPrimary": false
2112
- },
2113
- {
2114
- "response": {
2115
- "Query": null,
2116
- "trips": {
2117
- "Trip": []
2118
- },
2119
- "Status": {
2120
- "comment": "API:JP:2021-06-01:2c078ccb-13da-4010-8d80-7977e58ec312:3",
2121
- "ExecutionTime": 0,
2122
- "Code": "NO_SOLUTION_FOR_REQUEST"
2123
- }
2124
- },
2125
- "PlanTripType": 8,
2126
- "PlanTripDifferenceList": [],
2127
- "Order": 3,
2128
- "IsPrimary": false
2129
- }
2130
- ],
2131
- "StatusCode": 200,
2132
- "Message": "API:JP:2021-06-01:2c078ccb-13da-4010-8d80-7977e58ec312"
2133
- }