route_mbn/guide
自動車ルート候補一覧取得2.0(案内情報取得)
自動車ルート候補一覧取得2.0(route_mbn/drive_list)で取得したroute_idを元に案内情報の作成を行います。
時空間データベースを最大限に活用し、
鮮度、精度が向上し対象道路を拡充したネットワークデータとそれを用いた経路探索エンジンにより
従来に比べて現実世界に即したきめ細やかなルート探索を可能とします。
HTTP request method
POST/GET
ContentType
application/x-www-form-urlencoded
Parameters
*requiredは必須
Array型のパラメータの区切り文字は特記のない限りカンマ(,)およびセミコロン(;)です。
名前 | 説明 |
---|---|
route_id *required string |
ルートID 自動車ルート候補一覧取得2.0(route_mbn/drive_list)で返却されたroute_idを指定します。 指定したルートIDに紐付く探索結果の詳細情報を取得します。 |
llunit string default dec |
緯度経度形式 緯度経度形式を指定します。 dec
10進度形式
msec
ミリ秒形式
|
datum string default JGD |
測地系 入出力緯度経度の測地系を指定します。 JGD
世界測地系
TOKYO
日本測地系
TOKYO_NAVI
日本測地系(ゼンリン ナビ地図)
|
Responses
エラーについては「 エラーメッセージ一覧 」を参照してください。
Media type:application/json
キー名 | 説明 | ||||||
---|---|---|---|---|---|---|---|
status string |
ステータス情報 | ||||||
result object |
ルート探索結果 | ||||||
info object |
探索結果の情報 | ||||||
hit integer |
探索結果総数(1固定) | ||||||
item array[object] |
探索結果の配列 | ||||||
status object |
ルート探索の成否情報 | ||||||
result boolean |
ルート探索の成否情報
|
||||||
code string |
エラーコード | ||||||
header object |
ルート探索ヘッダ情報 | ||||||
datum string |
入出力経度緯度形式
|
||||||
llunit string |
入出力経度緯度形式
|
||||||
search_type integer |
ルート探索種別
|
||||||
vics_time_stamp string |
nullが入ります ※今後実装予定 |
||||||
route object |
探索結果情報 | ||||||
distance number |
ルート全体の距離(単位:m) | ||||||
time number |
ルート全体の旅行時間(単位:分) | ||||||
toll integer |
ルート全体の料金 | ||||||
toll_result boolean |
料金計算の成否
|
||||||
detailed_time array[object] |
区間ごとの所要時間情報の配列 | ||||||
time number |
当該区間の旅行時間 | ||||||
link_offset integer |
当該区間に対応するlinkの開始リンク位置(インデックス値) | ||||||
link_length integer |
当該区間に対応するlinkの数 | ||||||
passage boolean |
ルート全体で規制を回避できているかどうかを示すフラグ
|
||||||
link array[object] |
リンク情報の配列 | ||||||
road_type integer |
道路種別
|
||||||
toll_flag boolean |
当該リンクが有料道路かどうかを示すフラグ
|
||||||
toll integer |
料金 | ||||||
toll_result boolean |
料金計算の成否
|
||||||
distance number |
距離 | ||||||
line object |
リンクの詳細な形状点列 形式:GeoJSONのGeometry形式 |
||||||
type string |
LineString固定 | ||||||
coordinates array[array[number]] |
形状点列 | ||||||
guidance object |
案内情報 該当リンクに案内情報が存在しない場合はnullが格納されます |
||||||
direction_code integer |
右左折情報
|
||||||
point_name string |
交差点名称 存在しない場合はnull |
||||||
road_name string |
道路名称 存在しない場合はnull |
||||||
direction_name string |
方面名称 存在しない場合はnull |
||||||
point_flag object |
高速道路上の施設への接続の可否 高速道路施設情報が存在する場合のみ格納されます |
||||||
ic boolean |
ICに接続可能かどうかを示すフラグ
|
||||||
jct boolean |
JCTに接続可能かどうかを示すフラグ
|
||||||
sa boolean |
SAに接続可能かどうかを示すフラグ
|
||||||
pa boolean |
PAに接続可能かどうかを示すフラグ
|
link_id string |
MBリンクID リンクにふられるID。 複数のリンク間でIDが重複する場合があり、パーマネントなIDではありません。 |
||||
facility_info array[object] |
高速施設情報の配列 高速施設情報が存在しない場合は空配列 |
||||||
name string |
高速施設名称 名称が存在しない場合はnullが格納されます |
||||||
type array[string] |
高速施設タイプ
|
||||||
regulation object |
道路の規制情報 | ||||||
height integer |
道路の高さ規制情報(単位:1cm単位) 規制情報が存在しない場合はnullが格納されます |
||||||
width integer |
道路の幅の規制情報(単位:1cm単位) 規制情報が存在しない場合はnullが格納されます |
||||||
weight integer |
道路の重量規制情報(単位:1kg単位) 規制情報が存在しない場合はnullが格納されます |
||||||
load integer |
道路の最大積載量規制情報(単位:1kg単位) 規制情報が存在しない場合はnullが格納されます |
||||||
danger boolean |
道路の危険物積載車両規制情報
|
||||||
passage_link boolean |
当該リンクが規制を回避できているかどうかを示すフラグ
|
Media typetext/plain
キー名 | 説明 | |||
---|---|---|---|---|
status string |
ステータス | |||
result object |
ルート探索結果 | |||
info object |
探索結果の情報 | |||
hit integer |
探索結果総数(1固定) | |||
item array |
探索結果の配列 | |||
status object |
ルート探索の成否情報 | |||
result boolean |
ルート探索の成否情報
|
|||
code string |
エラーコード
|
Example
https://[domain]/route/route_mbn/guide?route_id=00675c0a9f777de3079cd5a55801bbfe&llunit=dec&datum=JGD
{
"status": "OK",
"result": {
"info": {
"hit": 1
},
"item": [
{
"header": {
"datum": "JGD",
"llunit": "dec",
"search_type": "1",
"vics_time_stamp": null
},
"route": {
"detailed_time": [
{
"link_length": 1,
"link_offset": 0,
"time": 0.016666666666666666
},
{
"link_length": 1,
"link_offset": 1,
"time": 0.056666666666666664
},
{
"link_length": 1,
"link_offset": 2,
"time": 0.06666666666666667
},
{
"link_length": 1,
"link_offset": 3,
"time": 0.05333333333333334
},
{
"link_length": 1,
"link_offset": 4,
"time": 0.47
},
{
"link_length": 1,
"link_offset": 5,
"time": 0.016666666666666666
},
{
"link_length": 1,
"link_offset": 6,
"time": 0.035
},
{
"link_length": 1,
"link_offset": 7,
"time": 0.2633333333333333
},
{
"link_length": 1,
"link_offset": 8,
"time": 0.1
},
{
"link_length": 2,
"link_offset": 9,
"time": 0.09833333333333333
},
{
"link_length": 2,
"link_offset": 11,
"time": 0.46166666666666667
},
{
"link_length": 1,
"link_offset": 13,
"time": 0.006666666666666667
},
{
"link_length": 1,
"link_offset": 14,
"time": 0.018333333333333333
},
{
"link_length": 1,
"link_offset": 15,
"time": 0.245
},
{
"link_length": 1,
"link_offset": 16,
"time": 0.07166666666666667
},
{
"link_length": 1,
"link_offset": 17,
"time": 0.44
},
{
"link_length": 2,
"link_offset": 18,
"time": 0.54
},
{
"link_length": 1,
"link_offset": 20,
"time": 0.06833333333333333
},
{
"link_length": 1,
"link_offset": 21,
"time": 0.015
},
{
"link_length": 1,
"link_offset": 22,
"time": 0.041666666666666664
},
{
"link_length": 1,
"link_offset": 23,
"time": 0.045
},
{
"link_length": 1,
"link_offset": 24,
"time": 0.06
},
{
"link_length": 1,
"link_offset": 25,
"time": 0.44333333333333336
},
{
"link_length": 1,
"link_offset": 26,
"time": 0.016666666666666666
},
{
"link_length": 1,
"link_offset": 27,
"time": 0.011666666666666667
},
{
"link_length": 1,
"link_offset": 28,
"time": 0.21333333333333335
},
{
"link_length": 1,
"link_offset": 29,
"time": 0.03666666666666667
},
{
"link_length": 1,
"link_offset": 30,
"time": 0.03666666666666667
},
{
"link_length": 1,
"link_offset": 31,
"time": 0.021666666666666667
},
{
"link_length": 1,
"link_offset": 32,
"time": 0.016666666666666666
},
{
"link_length": 1,
"link_offset": 33,
"time": 0.155
},
{
"link_length": 1,
"link_offset": 34,
"time": 0.051666666666666666
},
{
"link_length": 1,
"link_offset": 35,
"time": 0.16
},
{
"link_length": 1,
"link_offset": 36,
"time": 0.4666666666666667
},
{
"link_length": 1,
"link_offset": 37,
"time": 0.11
},
{
"link_length": 1,
"link_offset": 38,
"time": 0.023333333333333334
},
{
"link_length": 1,
"link_offset": 39,
"time": 0.03
},
{
"link_length": 1,
"link_offset": 40,
"time": 0.425
},
{
"link_length": 1,
"link_offset": 41,
"time": 0.018333333333333333
},
{
"link_length": 1,
"link_offset": 42,
"time": 0.03666666666666667
},
{
"link_length": 1,
"link_offset": 43,
"time": 0.025
},
{
"link_length": 1,
"link_offset": 44,
"time": 0.011666666666666667
},
{
"link_length": 1,
"link_offset": 45,
"time": 0.19166666666666668
}
],
"distance": 1301.3000000000002,
"link": [
{
"distance": 11.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77469861111112,
35.68027166666667
],
[
139.77475555555554,
35.680365555555554
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075145",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 36.1,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77475555555554,
35.680365555555554
],
[
139.77494194444444,
35.6806525
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075168",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 42.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77494194444444,
35.6806525
],
[
139.77515666666667,
35.680993055555554
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075181",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 34.5,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77515666666667,
35.680993055555554
],
[
139.77533083333333,
35.681270833333336
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075198",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 55.4,
"facility_info": [],
"guidance": {
"direction_code": 7,
"direction_name": null,
"point_name": "江戸橋一丁目",
"road_name": null
},
"line": {
"coordinates": [
[
139.77533083333333,
35.681270833333336
],
[
139.77561,
35.681714444444445
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075212",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 10.7,
"facility_info": [],
"guidance": {
"direction_code": 3,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77561,
35.681714444444445
],
[
139.7756675,
35.681799166666664
]
],
"type": "LineStrings"
},
"link_id": "5150010000062470020",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 22.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7756675,
35.681799166666664
],
[
139.77589416666666,
35.681713055555555
]
],
"type": "LineStrings"
},
"link_id": "5150010000062470017",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 61.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77589416666666,
35.681713055555555
],
[
139.77650166666666,
35.68146388888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075217",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 64.3,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77650166666666,
35.68146388888889
],
[
139.7771361111111,
35.6812025
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075203",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 36,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7771361111111,
35.6812025
],
[
139.77749555555556,
35.681064166666665
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075190",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 26.9,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77749555555556,
35.681064166666665
],
[
139.7777636111111,
35.68096222222222
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075185",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 26.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7777636111111,
35.68096222222222
],
[
139.77802916666667,
35.680855
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075179",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 23.7,
"facility_info": [],
"guidance": {
"direction_code": 7,
"direction_name": null,
"point_name": "兜町",
"road_name": null
},
"line": {
"coordinates": [
[
139.77802916666667,
35.680855
],
[
139.778265,
35.6807625
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075175",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 4.9,
"facility_info": [],
"guidance": {
"direction_code": 3,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.778265,
35.6807625
],
[
139.77831333333333,
35.680745
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075285",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 40,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 11.5,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77831333333333,
35.680745
],
[
139.778245,
35.68065638888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075287",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 47.8,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": "平成通り"
},
"line": {
"coordinates": [
[
139.778245,
35.68065638888889
],
[
139.77800638888888,
35.68027305555555
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075153",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 43.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77800638888888,
35.68027305555555
],
[
139.77777583333332,
35.679926944444446
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075136",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 34.2,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": "阪本小学校前",
"road_name": null
},
"line": {
"coordinates": [
[
139.77777583333332,
35.679926944444446
],
[
139.77759722222223,
35.679655833333335
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075130",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 47.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77759722222223,
35.679655833333335
],
[
139.7773411111111,
35.67928055555556
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075113",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 47.2,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7773411111111,
35.67928055555556
],
[
139.77711055555557,
35.67889972222222
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075092",
"passage_link": false,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 41.1,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77711055555557,
35.67889972222222
],
[
139.7769188888889,
35.67856305555556
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075068",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 9.1,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": "平成通り"
},
"line": {
"coordinates": [
[
139.7769188888889,
35.67856305555556
],
[
139.77687055555555,
35.678491944444445
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075061",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 25.8,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77687055555555,
35.678491944444445
],
[
139.7767311111111,
35.678289444444445
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075047",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 27,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7767311111111,
35.678289444444445
],
[
139.77659277777778,
35.67807361111111
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075031",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 36.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77659277777778,
35.67807361111111
],
[
139.7764011111111,
35.67778388888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075005",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 36.3,
"facility_info": [],
"guidance": {
"direction_code": 7,
"direction_name": null,
"point_name": "八丁堀二丁目",
"road_name": null
},
"line": {
"coordinates": [
[
139.7764011111111,
35.67778388888889
],
[
139.77622416666668,
35.67749138888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073983",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 10.9,
"facility_info": [],
"guidance": {
"direction_code": 3,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77622416666668,
35.67749138888889
],
[
139.77617027777777,
35.67740444444444
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075270",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 7.3,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77617027777777,
35.67740444444444
],
[
139.77609666666666,
35.67743111111111
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075269",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 28.5,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77609666666666,
35.67743111111111
],
[
139.77581361111112,
35.67754388888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073977",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 22.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77581361111112,
35.67754388888889
],
[
139.77558861111112,
35.67763361111111
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073978",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 22,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77558861111112,
35.67763361111111
],
[
139.7753711111111,
35.67772055555555
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073988",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 13.7,
"facility_info": [],
"guidance": {
"direction_code": 11,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7753711111111,
35.67772055555555
],
[
139.77523666666667,
35.6777775
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073989",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 10.2,
"facility_info": [],
"guidance": {
"direction_code": 4,
"direction_name": null,
"point_name": "宝町ランプ出口",
"road_name": null
},
"line": {
"coordinates": [
[
139.77523666666667,
35.6777775
],
[
139.77513638888888,
35.67782
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073989",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 43.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77513638888888,
35.67782
],
[
139.77491916666668,
35.67746722222222
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073979",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 31.6,
"facility_info": [],
"guidance": {
"direction_code": 4,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77491916666668,
35.67746722222222
],
[
139.77476083333335,
35.677213888888886
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073960",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 46.4,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77476083333335,
35.677213888888886
],
[
139.77521972222223,
35.67702583333333
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073654",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 50.2,
"facility_info": [],
"guidance": {
"direction_code": 4,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77521972222223,
35.67702583333333
],
[
139.77571833333334,
35.67682777777778
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073643",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 16.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77571833333334,
35.67682777777778
],
[
139.775795,
35.676963055555554
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073641",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 14.9,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.775795,
35.676963055555554
],
[
139.77587277777778,
35.677081111111114
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073642",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 18.4,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77587277777778,
35.677081111111114
],
[
139.77597194444445,
35.67722305555556
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073661",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 25.7,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": "八丁堀二丁目",
"road_name": null
},
"line": {
"coordinates": [
[
139.77597194444445,
35.67722305555556
],
[
139.77609666666666,
35.67743111111111
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073662",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 11.4,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77609666666666,
35.67743111111111
],
[
139.77615305555557,
35.6775225
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075271",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 22.6,
"facility_info": [],
"guidance": {
"direction_code": 0,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77615305555557,
35.6775225
],
[
139.7762627777778,
35.677704722222224
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073984",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 15.8,
"facility_info": [],
"guidance": {
"direction_code": 7,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7762627777778,
35.677704722222224
],
[
139.77634472222223,
35.67783083333333
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073985",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 7.3,
"facility_info": [],
"guidance": {
"direction_code": 3,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.77634472222223,
35.67783083333333
],
[
139.7764011111111,
35.67778388888889
]
],
"type": "LineStrings"
},
"link_id": "5150010000038075274",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
},
{
"distance": 15.8,
"facility_info": [],
"guidance": {
"direction_code": 11,
"direction_name": null,
"point_name": null,
"road_name": null
},
"line": {
"coordinates": [
[
139.7764011111111,
35.67778388888889
],
[
139.77655972222223,
35.67772361111111
]
],
"type": "LineStrings"
},
"link_id": "5150010000038073992",
"passage_link": true,
"regulation": {
"height": null,
"weight": null,
"width": null
},
"road_type": 70,
"toll": 0,
"toll_flag": false,
"toll_result": true
}
],
"passage": false,
"time": 5.691666666666668,
"toll": 0,
"toll_result": true
},
"status": {
"code": "0000",
"result": true
}
}
]
}
}