route_mbn/guide

自動車ルート候補一覧取得2.0(案内情報取得)

自動車ルート候補一覧取得2.0(route_mbn/drive_list)で取得したroute_idを元に案内情報の作成を行います。

時空間データベースを最大限に活用し、
鮮度、精度が向上し対象道路を拡充したネットワークデータとそれを用いた経路探索エンジンにより
従来に比べて現実世界に即したきめ細やかなルート探索を可能とします。

指定する地点の緯度経度や数によって処理時間が異なります。
指定可能な上限内であってもタイムアウトが発生する可能性がございます。

https://[domain]/route/route_mbn/guide

HTTP request method

POST/GET

ContentType

application/x-www-form-urlencoded

Parameters

*requiredは必須

名前 説明
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
日本測地系(ゼンリン ナビ地図)
names
boolean
default false
道路名称詳細出力指定
正式名称や一般名称などの、道路名称詳細情報を出力するかどうかを指定します。
通常レスポンスされる一般名称[road_name]とは別に、整備されている全呼び名種別の全名称をレスポンスします。
true
利用する
false
利用しない

Responses

エラーについては「 エラーメッセージ一覧 」を参照してください。

Media type:application/json

キー名 説明
status
string
ステータス情報
result
object
ルート探索結果
info
object
探索結果の情報
hit
integer
探索結果総数(1固定)
item
array[object]
探索結果の配列
status
object
ルート探索の成否情報
result
boolean
ルート探索の成否情報
  • true

    成功

  • false

    失敗

code
string
エラーコード
header
object
ルート探索ヘッダ情報
datum
string
入出力経度緯度形式
  • JGD

    世界測地系

  • TOKYO

    日本測地系

  • TOKYO_NAVI

    日本測地系(ゼンリン ナビ地図)

llunit
string
入出力経度緯度形式
  • dec

    10進度形式

  • msec

    ミリ秒形式

search_type
integer
ルート探索種別
  • 1

    推奨

  • 2

    一般優先

  • 3

    道幅優先

  • 4

    距離優先

  • 5

    別ルート

vics_time_stamp
string
VICS情報生成日時
形式:YYYYMMDDhhmmss
※VICS情報が取得されていない場合nullが格納されます。
route
object
探索結果情報
distance
number
ルート全体の距離(単位:m)
time
number
ルート全体の旅行時間(単位:分)
toll
integer
ルート全体の現金料金
toll_result
boolean
現金料金計算の成否
  • true

    成功

  • false

    料金不明

toll_etc
integer
ルート全体のETC考慮料金
toll_result_etc
boolean
ETC考慮料金計算の成否
1区間でも料金計算に失敗した場合、falseが格納されます。
  • true

    成功

  • false

    料金不明

etc_item
array[object]
区間ごとのETC料金
区間ごとの結果オブジェクトが配列で入ります
区間ごとのETC料金が存在しない場合は空配列
ETC考慮料金計算が失敗しても区間があれば格納されます。
toll
integer
1区間分のETC料金
料金計算に失敗した場合、0が格納されます
toll_result
boolean
1区間分の料金計算の成否
  • true

    成功

  • false

    料金不明

ic
object
IC名
from
string
進入IC名
to
string
退出IC名
detailed_time
array[object]
区間ごとの所要時間情報の配列
time
number
当該区間の旅行時間
link_offset
integer
当該区間に対応するlinkの開始リンク位置(インデックス値)
link_length
integer
当該区間に対応するlinkの数
passage
boolean
ルート全体で規制を回避できているかどうかを示すフラグ
  • true

    規制を回避できている、または規制がない

  • false

    規制を回避できていない

link
array[object]
リンク情報の配列
road_type
integer
道路種別
  • 10

    高速自動車国道

  • 20

    都市高速道路

  • 30

    一般国道

  • 40

    都道府県道(主要地方道)

  • 50

    一般道路(主要地方道)

  • 60

    都道府県道

  • 70

    一般道路

  • 80

    案内補助道路

  • 90

    敷地内道路

  • 100

    航路リンク

  • 110

    航路接続リンク

toll_flag
boolean
当該リンクが有料道路かどうかを示すフラグ
  • true

    有料

  • false

    無料

toll
integer
料金
toll_result
boolean
料金計算の成否
  • true

    成功

  • false

    料金不明

distance
number
距離
line
object
リンクの詳細な形状点列
形式:GeoJSONのGeometry形式
type
string
LineString固定
coordinates
array[array[number]]
形状点列
guidance
object
案内情報
該当リンクに案内情報が存在しない場合はnullが格納されます
direction_code
integer
右左折情報
  • 0

    直進方向

  • 1

    斜め右方向

  • 2

    斜め左方向

  • 3

    右方向

  • 4

    左方向

  • 5

    右斜め後方

  • 6

    左斜め後方

  • 7

    Uターン

  • 8

    2段階Uターン

  • 9

    keep right

  • 10

    keep left

  • 11

    無効

point_name
string
交差点名称
存在しない場合はnull
road_name
string
道路名称
リンクに紐づく一般名称を1件のみレスポンスする。
存在しない場合はnull
direction_name
string
方面名称
存在しない場合はnull
point_flag
object
高速道路上の施設への接続の可否
高速道路施設情報が存在する場合のみ格納されます
ic
boolean
ICに接続可能かどうかを示すフラグ
  • true

    接続あり

  • false

    接続なし

jct
boolean
JCTに接続可能かどうかを示すフラグ
  • true

    接続あり

  • false

    接続なし

sa
boolean
SAに接続可能かどうかを示すフラグ
  • true

    接続あり

  • false

    接続なし

pa
boolean
PAに接続可能かどうかを示すフラグ
  • true

    接続あり

  • false

    接続なし

names_mst
array[object]
道路名称詳細情報
道路名称詳細情報が入ります
道路名称詳細情報[names]でtrueが指定されたときのみ出力されます
道路名称詳細情報が存在しない場合は空配列
nickname_type
integer
呼び名種別
  • 1

    正式名称(公称) 例:東京所沢線

  • 2

    一般名称 例:都道4号線

  • 3

    通称名称 例:青梅街道

  • 4

    略称名称 例:東京外環道

  • 11

    ナンバリング 例:C1

road_type_mst
integer
道路種別
  • 10

    高速自動車国道/都市高速道路

  • 20

    有料道路

  • 30

    一般国道

  • 60

    都道府県道(主要地方道)

  • 70

    都道府県道

  • 80

    一般道路

name_mst
string
道路名称
道路名称を出力
link_id
string
MBリンクID
リンクにふられるID。
複数のリンク間でIDが重複する場合があり、パーマネントなIDではありません。
facility_info
array[object]
高速施設情報の配列
高速施設情報が存在しない場合は空配列
name
string
高速施設名称
名称が存在しない場合はnullが格納されます
type
array[string]
高速施設タイプ
  • ic

    IC

  • jct

    JCT

  • tollgate

    料金所

  • sapa

    SAPA

  • smartic

    スマートIC

regulation
object
道路の規制情報
height
integer
高さ制限規制情報(単位:1cm単位)
規制情報が存在しない場合はnullが格納されます
width
integer
最大幅規制情報(単位:1cm単位)
規制情報が存在しない場合はnullが格納されます
weight
integer
重量制限規制情報(単位:1kg単位)
規制情報が存在しない場合はnullが格納されます
load
integer
最大積載量規制情報(単位:1kg単位)
規制情報が存在しない場合はnullが格納されます
danger
boolean
危険物積載車両規制情報
  • true

    規制あり

  • false

    規制なし

passage_link
boolean
当該リンクが規制を回避できているかどうかを示すフラグ
  • true

    規制を回避できている、または規制がない

  • false

    規制を回避できていない

Media typetext/plain

キー名 説明
status
string
ステータス
result
object
ルート探索結果
info
object
探索結果の情報
hit
integer
探索結果総数(1固定)
item
array
探索結果の配列
status
object
ルート探索の成否情報
result
boolean
ルート探索の成否情報
  • true

    成功

  • false

    失敗

code
string
エラーコード
  • 0000

    正常終了

  • 1001

    ルート計算失敗

  • 1002

    タイムアウト

  • 1003

    目的地近接出発地点と目的地点が一致する

  • 1004

    出発地点リンク未検出出発地点周辺にリンクが存在しない

  • 1005

    終了地点リンク未検出終了地点周辺にリンクが存在しない

  • 1006

    経由地点リンク未検出経由地点周辺にリンクが存在しない

  • 1007

    API内部エラー

  • 2001

    探索条件(search_type)パラメータ不正

  • 2002

    出発地点(from)パラメータ不正

  • 2003

    終了地点(to)パラメータ不正

  • 2004

    経由地点(waypoint)パラメータ不正

  • 2005

    緯度経度形式(llunit)パラメータ不正

  • 2006

    測地系(datum)パラメータ不正

  • 2007

    出発地点引き込み優先タイプ(from_type)パラメータ不正

  • 2008

    終了点引き込み優先タイプ(to_type)パラメータ不正

  • 2009

    経由地点引き込み優先タイプ(waypoint_type)パラメータ不正

  • 2010

    車高(height)パラメータ不正

  • 2011

    車幅(width)パラメータ不正

  • 2012

    車重(weight)パラメータ不正

  • 2013

    料金計算用車種(toll_type)パラメータ不正

  • 2014

    ルート探索用車種(regulation_type)パラメータ不正

  • 2015

    進行方向(heading)パラメータ不正

  • 2016

    左横付け考慮指定(pass_left)パラメータ不正

  • 2017

    2段階右折でのUターン回避(two_uturn)パラメータ不正

  • 2018

    スマートIC利用指定(smartic)パラメータ不正

  • 2019

    フェリー利用指定(ferry)パラメータ不正

  • 2020

    VICS情報考慮指定(vics)パラメータ不正

  • 2021

    迂回エリア(avoid_area)パラメータ不正

  • 2022

    規制考慮(time_restriction)パラメータ不正

  • 2023

    出発時刻指定(departure_time)パラメータ不正

  • 2024

    道路形状点列データ出力指定(use_line)パラメータ不正

  • 2025

    最適巡回並び替え(calc_tsp)パラメータ不正

  • 2026

    到着希望日時(waypoint_arraival_time)パラメータ不正

  • 2027

    滞在時間(waypoint_stay_time)パラメータ不正

  • 2028

    ルートID(route_id)パラメータ不正

  • 2029

    最大積載量(load)パラメータ不正

  • 2030

    危険物積載車両規制考慮(danger)パラメータ不正

  • 2031

    道路名称詳細情報出力指定(names)パラメータ不正

  • 8001

    基盤認証キー(authkey)パラメータ不正

  • 8002

    基盤認証キー(authkey)パラメータに紐づくライセンスオプション不正

  • 8003

    エリアコード(area_code)パラメータ不正

  • 8099

    内部異常が発生した場合(サーバーエラー、接続先エラーなど)

Example

リクエストURL
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": "20260216183512"
        },
        "route": {
          "detailed_time": [
            {
              "link_length": 1,
              "link_offset": 0,
              "time": 0.4216666666666667
            },
            {
              "link_length": 1,
              "link_offset": 1,
              "time": 0.08166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 2,
              "time": 0.43
            },
            {
              "link_length": 1,
              "link_offset": 3,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 4,
              "time": 0.02
            },
            {
              "link_length": 1,
              "link_offset": 5,
              "time": 0.041666666666666664
            },
            {
              "link_length": 1,
              "link_offset": 6,
              "time": 0.4683333333333333
            },
            {
              "link_length": 1,
              "link_offset": 7,
              "time": 0.08666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 8,
              "time": 0.05333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 9,
              "time": 0.06
            },
            {
              "link_length": 1,
              "link_offset": 10,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 11,
              "time": 0.48333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 12,
              "time": 0.075
            },
            {
              "link_length": 1,
              "link_offset": 13,
              "time": 0.06
            },
            {
              "link_length": 1,
              "link_offset": 14,
              "time": 0.5266666666666666
            },
            {
              "link_length": 1,
              "link_offset": 15,
              "time": 0.013333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 16,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 17,
              "time": 0.24333333333333335
            },
            {
              "link_length": 1,
              "link_offset": 18,
              "time": 0.07166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 19,
              "time": 0.07333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 20,
              "time": 0.455
            },
            {
              "link_length": 1,
              "link_offset": 21,
              "time": 0.04666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 22,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 23,
              "time": 0.01
            },
            {
              "link_length": 1,
              "link_offset": 24,
              "time": 0.06
            },
            {
              "link_length": 1,
              "link_offset": 25,
              "time": 0.07333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 26,
              "time": 0.011666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 27,
              "time": 0.04
            },
            {
              "link_length": 2,
              "link_offset": 28,
              "time": 0.5233333333333333
            },
            {
              "link_length": 2,
              "link_offset": 30,
              "time": 0.135
            },
            {
              "link_length": 3,
              "link_offset": 32,
              "time": 0.12
            },
            {
              "link_length": 1,
              "link_offset": 35,
              "time": 0.4666666666666667
            },
            {
              "link_length": 2,
              "link_offset": 36,
              "time": 0.5433333333333333
            },
            {
              "link_length": 3,
              "link_offset": 38,
              "time": 0.5483333333333333
            },
            {
              "link_length": 1,
              "link_offset": 41,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 42,
              "time": 0.565
            },
            {
              "link_length": 6,
              "link_offset": 43,
              "time": 0.575
            },
            {
              "link_length": 2,
              "link_offset": 49,
              "time": 0.5633333333333334
            },
            {
              "link_length": 3,
              "link_offset": 51,
              "time": 0.14166666666666666
            },
            {
              "link_length": 5,
              "link_offset": 54,
              "time": 0.8883333333333333
            },
            {
              "link_length": 3,
              "link_offset": 59,
              "time": 0.6633333333333333
            },
            {
              "link_length": 1,
              "link_offset": 62,
              "time": 0.015
            },
            {
              "link_length": 3,
              "link_offset": 63,
              "time": 0.21
            },
            {
              "link_length": 1,
              "link_offset": 66,
              "time": 0.43
            },
            {
              "link_length": 4,
              "link_offset": 67,
              "time": 0.5566666666666666
            },
            {
              "link_length": 5,
              "link_offset": 71,
              "time": 0.5316666666666666
            },
            {
              "link_length": 3,
              "link_offset": 76,
              "time": 0.06833333333333333
            },
            {
              "link_length": 1,
              "link_offset": 79,
              "time": 0.041666666666666664
            },
            {
              "link_length": 1,
              "link_offset": 80,
              "time": 0.06
            },
            {
              "link_length": 2,
              "link_offset": 81,
              "time": 0.755
            },
            {
              "link_length": 2,
              "link_offset": 83,
              "time": 0.10333333333333333
            },
            {
              "link_length": 3,
              "link_offset": 85,
              "time": 0.4766666666666667
            },
            {
              "link_length": 2,
              "link_offset": 88,
              "time": 0.12
            },
            {
              "link_length": 1,
              "link_offset": 90,
              "time": 0.465
            },
            {
              "link_length": 1,
              "link_offset": 91,
              "time": 0.008333333333333333
            },
            {
              "link_length": 3,
              "link_offset": 92,
              "time": 0.57
            },
            {
              "link_length": 1,
              "link_offset": 95,
              "time": 0.028333333333333332
            },
            {
              "link_length": 1,
              "link_offset": 96,
              "time": 0.11
            },
            {
              "link_length": 2,
              "link_offset": 97,
              "time": 0.485
            },
            {
              "link_length": 1,
              "link_offset": 99,
              "time": 0.10833333333333334
            },
            {
              "link_length": 1,
              "link_offset": 100,
              "time": 0.45166666666666666
            },
            {
              "link_length": 1,
              "link_offset": 101,
              "time": 0.01
            },
            {
              "link_length": 3,
              "link_offset": 102,
              "time": 0.4766666666666667
            },
            {
              "link_length": 2,
              "link_offset": 105,
              "time": 0.5033333333333333
            },
            {
              "link_length": 2,
              "link_offset": 107,
              "time": 0.075
            },
            {
              "link_length": 2,
              "link_offset": 109,
              "time": 0.5416666666666666
            },
            {
              "link_length": 1,
              "link_offset": 111,
              "time": 0.5633333333333334
            },
            {
              "link_length": 1,
              "link_offset": 112,
              "time": 0.17666666666666667
            },
            {
              "link_length": 3,
              "link_offset": 113,
              "time": 0.5166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 116,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 117,
              "time": 0.02
            },
            {
              "link_length": 9,
              "link_offset": 118,
              "time": 0.8383333333333334
            },
            {
              "link_length": 1,
              "link_offset": 127,
              "time": 0.008333333333333333
            },
            {
              "link_length": 10,
              "link_offset": 128,
              "time": 1.14
            },
            {
              "link_length": 1,
              "link_offset": 138,
              "time": 0.035
            },
            {
              "link_length": 4,
              "link_offset": 139,
              "time": 1.07
            },
            {
              "link_length": 1,
              "link_offset": 143,
              "time": 0.013333333333333334
            },
            {
              "link_length": 4,
              "link_offset": 144,
              "time": 1.1583333333333334
            },
            {
              "link_length": 1,
              "link_offset": 148,
              "time": 0.021666666666666667
            },
            {
              "link_length": 4,
              "link_offset": 149,
              "time": 0.5683333333333334
            },
            {
              "link_length": 1,
              "link_offset": 153,
              "time": 0.005
            },
            {
              "link_length": 2,
              "link_offset": 154,
              "time": 0.5483333333333333
            },
            {
              "link_length": 3,
              "link_offset": 156,
              "time": 0.4716666666666667
            },
            {
              "link_length": 1,
              "link_offset": 159,
              "time": 0.016666666666666666
            },
            {
              "link_length": 4,
              "link_offset": 160,
              "time": 0.6366666666666667
            },
            {
              "link_length": 1,
              "link_offset": 164,
              "time": 0.013333333333333334
            },
            {
              "link_length": 4,
              "link_offset": 165,
              "time": 1.1083333333333334
            },
            {
              "link_length": 1,
              "link_offset": 169,
              "time": 0.021666666666666667
            },
            {
              "link_length": 2,
              "link_offset": 170,
              "time": 0.66
            },
            {
              "link_length": 7,
              "link_offset": 172,
              "time": 0.98
            },
            {
              "link_length": 1,
              "link_offset": 179,
              "time": 0.07166666666666667
            },
            {
              "link_length": 2,
              "link_offset": 180,
              "time": 0.985
            },
            {
              "link_length": 1,
              "link_offset": 182,
              "time": 0.016666666666666666
            },
            {
              "link_length": 5,
              "link_offset": 183,
              "time": 0.91
            },
            {
              "link_length": 1,
              "link_offset": 188,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 189,
              "time": 0.018333333333333333
            },
            {
              "link_length": 4,
              "link_offset": 190,
              "time": 0.36833333333333335
            },
            {
              "link_length": 2,
              "link_offset": 194,
              "time": 0.5366666666666666
            },
            {
              "link_length": 1,
              "link_offset": 196,
              "time": 0.018333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 197,
              "time": 0.08166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 198,
              "time": 0.25666666666666665
            },
            {
              "link_length": 1,
              "link_offset": 199,
              "time": 0.5616666666666666
            },
            {
              "link_length": 1,
              "link_offset": 200,
              "time": 0.025
            },
            {
              "link_length": 2,
              "link_offset": 201,
              "time": 0.08666666666666667
            },
            {
              "link_length": 2,
              "link_offset": 203,
              "time": 0.5266666666666666
            },
            {
              "link_length": 3,
              "link_offset": 205,
              "time": 0.41333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 208,
              "time": 0.018333333333333333
            },
            {
              "link_length": 4,
              "link_offset": 209,
              "time": 0.775
            },
            {
              "link_length": 1,
              "link_offset": 213,
              "time": 0.006666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 214,
              "time": 0.7233333333333334
            },
            {
              "link_length": 1,
              "link_offset": 215,
              "time": 0.03333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 216,
              "time": 0.01
            },
            {
              "link_length": 3,
              "link_offset": 217,
              "time": 0.22333333333333333
            },
            {
              "link_length": 2,
              "link_offset": 220,
              "time": 0.5166666666666667
            },
            {
              "link_length": 2,
              "link_offset": 222,
              "time": 0.09333333333333334
            },
            {
              "link_length": 10,
              "link_offset": 224,
              "time": 2.5483333333333333
            },
            {
              "link_length": 1,
              "link_offset": 234,
              "time": 0.01
            },
            {
              "link_length": 1,
              "link_offset": 235,
              "time": 0.5983333333333334
            },
            {
              "link_length": 2,
              "link_offset": 236,
              "time": 0.016666666666666666
            },
            {
              "link_length": 8,
              "link_offset": 238,
              "time": 0.815
            },
            {
              "link_length": 1,
              "link_offset": 246,
              "time": 0.023333333333333334
            },
            {
              "link_length": 3,
              "link_offset": 247,
              "time": 0.45666666666666667
            },
            {
              "link_length": 2,
              "link_offset": 250,
              "time": 0.7533333333333333
            },
            {
              "link_length": 1,
              "link_offset": 252,
              "time": 0.2833333333333333
            },
            {
              "link_length": 1,
              "link_offset": 253,
              "time": 0.06166666666666667
            },
            {
              "link_length": 3,
              "link_offset": 254,
              "time": 1.2716666666666667
            },
            {
              "link_length": 1,
              "link_offset": 257,
              "time": 0.12666666666666668
            },
            {
              "link_length": 2,
              "link_offset": 258,
              "time": 0.62
            },
            {
              "link_length": 4,
              "link_offset": 260,
              "time": 0.9416666666666667
            },
            {
              "link_length": 1,
              "link_offset": 264,
              "time": 0.585
            },
            {
              "link_length": 1,
              "link_offset": 265,
              "time": 0.016666666666666666
            },
            {
              "link_length": 2,
              "link_offset": 266,
              "time": 0.205
            },
            {
              "link_length": 2,
              "link_offset": 268,
              "time": 0.475
            },
            {
              "link_length": 1,
              "link_offset": 270,
              "time": 0.09333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 271,
              "time": 2.0183333333333335
            },
            {
              "link_length": 2,
              "link_offset": 272,
              "time": 0.021666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 274,
              "time": 0.195
            },
            {
              "link_length": 2,
              "link_offset": 275,
              "time": 6.65
            },
            {
              "link_length": 1,
              "link_offset": 277,
              "time": 2.545
            },
            {
              "link_length": 4,
              "link_offset": 278,
              "time": 4.8116666666666665
            },
            {
              "link_length": 2,
              "link_offset": 282,
              "time": 3.45
            },
            {
              "link_length": 1,
              "link_offset": 284,
              "time": 0.041666666666666664
            },
            {
              "link_length": 4,
              "link_offset": 285,
              "time": 4.2283333333333335
            },
            {
              "link_length": 2,
              "link_offset": 289,
              "time": 0.8716666666666667
            },
            {
              "link_length": 7,
              "link_offset": 291,
              "time": 2.3666666666666667
            },
            {
              "link_length": 3,
              "link_offset": 298,
              "time": 0.6633333333333333
            },
            {
              "link_length": 8,
              "link_offset": 301,
              "time": 3.111666666666667
            },
            {
              "link_length": 1,
              "link_offset": 309,
              "time": 2.0566666666666666
            },
            {
              "link_length": 1,
              "link_offset": 310,
              "time": 0.055
            },
            {
              "link_length": 4,
              "link_offset": 311,
              "time": 0.6216666666666667
            },
            {
              "link_length": 7,
              "link_offset": 315,
              "time": 1.915
            },
            {
              "link_length": 3,
              "link_offset": 322,
              "time": 0.3933333333333333
            },
            {
              "link_length": 1,
              "link_offset": 325,
              "time": 0.013333333333333334
            },
            {
              "link_length": 2,
              "link_offset": 326,
              "time": 0.6583333333333333
            },
            {
              "link_length": 1,
              "link_offset": 328,
              "time": 0.02
            },
            {
              "link_length": 1,
              "link_offset": 329,
              "time": 0.008333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 330,
              "time": 0.023333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 331,
              "time": 0.04666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 332,
              "time": 0.03
            },
            {
              "link_length": 1,
              "link_offset": 333,
              "time": 0.415
            },
            {
              "link_length": 1,
              "link_offset": 334,
              "time": 0.05333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 335,
              "time": 0.008333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 336,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 337,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 338,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 339,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 340,
              "time": 0.08333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 341,
              "time": 0.085
            },
            {
              "link_length": 1,
              "link_offset": 342,
              "time": 0.04
            },
            {
              "link_length": 1,
              "link_offset": 343,
              "time": 0.04666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 344,
              "time": 0.0033333333333333335
            },
            {
              "link_length": 1,
              "link_offset": 345,
              "time": 0.0033333333333333335
            },
            {
              "link_length": 1,
              "link_offset": 346,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 347,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 348,
              "time": 0.03
            },
            {
              "link_length": 1,
              "link_offset": 349,
              "time": 0.043333333333333335
            },
            {
              "link_length": 1,
              "link_offset": 350,
              "time": 0.03333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 351,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 352,
              "time": 0.0033333333333333335
            }
          ],
          "distance": 30817.300000000007,
          "etc_item": [
            {
              "ic": {
                "from": "外苑",
                "to": "高井戸(都心発着)"
              },
              "toll": 510,
              "toll_result": true
            },
            {
              "ic": {
                "from": "高井戸(都心発着)",
                "to": "調布"
              },
              "toll": 420,
              "toll_result": true
            }
          ],
          "link": [
            {
              "distance": 23.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道465号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.81528083333333,
                    35.69408889
                  ],
                  [
                    139.8153025,
                    35.69387722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277969",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 49.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8153025,
                    35.69387722
                  ],
                  [
                    139.8153413888889,
                    35.69343583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277936",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8153413888889,
                    35.69343583
                  ],
                  [
                    139.81536694444443,
                    35.69318111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277919",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81536694444443,
                    35.69318111
                  ],
                  [
                    139.815375,
                    35.6930925
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000080517177",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.815375,
                    35.6930925
                  ],
                  [
                    139.81538694444444,
                    35.69298389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000072045852",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81538694444444,
                    35.69298389
                  ],
                  [
                    139.81542055555556,
                    35.69275583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277896",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "毛利二丁目",
                "road_name": "都道465号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.81542055555556,
                    35.69275583
                  ],
                  [
                    139.81549583333333,
                    35.69229861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277827",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 52.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81549583333333,
                    35.69229861
                  ],
                  [
                    139.8155277777778,
                    35.69182389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277805",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 33,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8155277777778,
                    35.69182389
                  ],
                  [
                    139.81554916666667,
                    35.6915275
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277792",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81554916666667,
                    35.6915275
                  ],
                  [
                    139.8155775,
                    35.69119889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277785",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8155775,
                    35.69119889
                  ],
                  [
                    139.81558555555554,
                    35.69111694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277778",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 60.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81558555555554,
                    35.69111694
                  ],
                  [
                    139.81563111111112,
                    35.69057389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277769",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81563111111112,
                    35.69057389
                  ],
                  [
                    139.81566722222223,
                    35.69016194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277757",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81566722222223,
                    35.69016194
                  ],
                  [
                    139.81569416666667,
                    35.68983222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277742",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 86.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "住吉二丁目",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.81569416666667,
                    35.68983222
                  ],
                  [
                    139.81576,
                    35.68905306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277715",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81576,
                    35.68905306
                  ],
                  [
                    139.81576638888887,
                    35.68897667
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277847",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81576638888887,
                    35.68897667
                  ],
                  [
                    139.81566055555555,
                    35.68896972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277845",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 48.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81566055555555,
                    35.68896972
                  ],
                  [
                    139.81512555555557,
                    35.6889325
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277694",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81512555555557,
                    35.6889325
                  ],
                  [
                    139.8146238888889,
                    35.68890028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277691",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8146238888889,
                    35.68890028
                  ],
                  [
                    139.8141102777778,
                    35.68886556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277688",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8141102777778,
                    35.68886556
                  ],
                  [
                    139.81361027777777,
                    35.68883167
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277685",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 29.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81361027777777,
                    35.68883167
                  ],
                  [
                    139.8132813888889,
                    35.68881444
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277682",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8132813888889,
                    35.68881444
                  ],
                  [
                    139.81310166666665,
                    35.688805
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277679",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81310166666665,
                    35.688805
                  ],
                  [
                    139.81303083333333,
                    35.68880222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071136581",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81303083333333,
                    35.68880222
                  ],
                  [
                    139.81261083333334,
                    35.68878083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050277675",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81261083333334,
                    35.68878083
                  ],
                  [
                    139.8120947222222,
                    35.68875806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000050232952",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8120947222222,
                    35.68875806
                  ],
                  [
                    139.81201166666668,
                    35.68875528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052337689",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81201166666668,
                    35.68875528
                  ],
                  [
                    139.8117311111111,
                    35.68874194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052337689",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8117311111111,
                    35.68874194
                  ],
                  [
                    139.81132888888888,
                    35.68872611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039871",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 52.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "住吉一丁目",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.81132888888888,
                    35.68872611
                  ],
                  [
                    139.81074805555556,
                    35.68869639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039868",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 31.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81074805555556,
                    35.68869639
                  ],
                  [
                    139.81040611111112,
                    35.68865639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039863",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 54.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.81040611111112,
                    35.68865639
                  ],
                  [
                    139.80981222222223,
                    35.68858528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039860",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80981222222223,
                    35.68858528
                  ],
                  [
                    139.80956666666665,
                    35.68856111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039855",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 30.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80956666666665,
                    35.68856111
                  ],
                  [
                    139.80923,
                    35.68853944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039853",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 23.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80923,
                    35.68853944
                  ],
                  [
                    139.80896972222223,
                    35.68852611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039851",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 53.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80896972222223,
                    35.68852611
                  ],
                  [
                    139.8083836111111,
                    35.68849111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039848",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 50.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8083836111111,
                    35.68849111
                  ],
                  [
                    139.80782861111112,
                    35.68845778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039845",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80782861111112,
                    35.68845778
                  ],
                  [
                    139.80725722222223,
                    35.68842278
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039842",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 49.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80725722222223,
                    35.68842278
                  ],
                  [
                    139.80671527777778,
                    35.68839194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039839",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80671527777778,
                    35.68839194
                  ],
                  [
                    139.80664416666667,
                    35.68838944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039836",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 49.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "菊川駅前",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.80664416666667,
                    35.68838944
                  ],
                  [
                    139.8061011111111,
                    35.68836528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039832",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8061011111111,
                    35.68836528
                  ],
                  [
                    139.8059927777778,
                    35.6883625
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045051043",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 115.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8059927777778,
                    35.6883625
                  ],
                  [
                    139.8047186111111,
                    35.68830611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039822",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8047186111111,
                    35.68830611
                  ],
                  [
                    139.8044688888889,
                    35.68829417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039680",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8044688888889,
                    35.68829417
                  ],
                  [
                    139.80441277777777,
                    35.68829139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039677",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80441277777777,
                    35.68829139
                  ],
                  [
                    139.80416194444444,
                    35.68827778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039675",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 18.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80416194444444,
                    35.68827778
                  ],
                  [
                    139.80395944444444,
                    35.68826861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039673",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80395944444444,
                    35.68826861
                  ],
                  [
                    139.80388444444444,
                    35.68826583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039670",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.80388444444444,
                    35.68826583
                  ],
                  [
                    139.80338,
                    35.68823778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039667",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80338,
                    35.68823778
                  ],
                  [
                    139.80295777777778,
                    35.68821639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039664",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 76.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.80295777777778,
                    35.68821639
                  ],
                  [
                    139.80211805555555,
                    35.68817333
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039658",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 31.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80211805555555,
                    35.68817333
                  ],
                  [
                    139.80176666666668,
                    35.68815722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039661",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 49.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80176666666668,
                    35.68815722
                  ],
                  [
                    139.80121666666668,
                    35.68812917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039655",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80121666666668,
                    35.68812917
                  ],
                  [
                    139.80112694444443,
                    35.688125
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000045039652",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80112694444443,
                    35.688125
                  ],
                  [
                    139.80102527777777,
                    35.68811972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052991085",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 19.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80102527777777,
                    35.68811972
                  ],
                  [
                    139.80080944444444,
                    35.68810889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052991085",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 32.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.80080944444444,
                    35.68810889
                  ],
                  [
                    139.8004513888889,
                    35.68809139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811066",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8004513888889,
                    35.68809139
                  ],
                  [
                    139.80035194444446,
                    35.68808889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811063",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.80035194444446,
                    35.68808889
                  ],
                  [
                    139.8002661111111,
                    35.68808361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811060",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 85.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.8002661111111,
                    35.68808361
                  ],
                  [
                    139.79932055555557,
                    35.6880325
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811057",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 52.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79932055555557,
                    35.6880325
                  ],
                  [
                    139.79874666666666,
                    35.68800583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811054",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 39.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "森下駅前",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.79874666666666,
                    35.68800583
                  ],
                  [
                    139.79830944444444,
                    35.68798944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811050",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79830944444444,
                    35.68798944
                  ],
                  [
                    139.7982061111111,
                    35.68798583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811252",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7982061111111,
                    35.68798583
                  ],
                  [
                    139.7978238888889,
                    35.68796667
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811047",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 39.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7978238888889,
                    35.68796667
                  ],
                  [
                    139.79738944444443,
                    35.68795083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052811044",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 59.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79738944444443,
                    35.68795083
                  ],
                  [
                    139.7967361111111,
                    35.68792917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799821",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 30.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7967361111111,
                    35.68792917
                  ],
                  [
                    139.7964022222222,
                    35.68792389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799806",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 42.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7964022222222,
                    35.68792389
                  ],
                  [
                    139.79593305555557,
                    35.68792528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799804",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79593305555557,
                    35.68792528
                  ],
                  [
                    139.79561361111112,
                    35.68792806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799805",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 13.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79561361111112,
                    35.68792806
                  ],
                  [
                    139.79546083333332,
                    35.68793056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000072026773",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.79546083333332,
                    35.68793056
                  ],
                  [
                    139.79518333333334,
                    35.68793194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000072026774",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79518333333334,
                    35.68793194
                  ],
                  [
                    139.79487333333333,
                    35.68793472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799813",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79487333333333,
                    35.68793472
                  ],
                  [
                    139.79468833333334,
                    35.6879375
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799814",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79468833333334,
                    35.6879375
                  ],
                  [
                    139.79461472222224,
                    35.6879375
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799816",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79461472222224,
                    35.6879375
                  ],
                  [
                    139.7945488888889,
                    35.68793611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799817",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "新大橋",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7945488888889,
                    35.68793611
                  ],
                  [
                    139.79414666666668,
                    35.68793889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000079559123",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 14.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79414666666668,
                    35.68793889
                  ],
                  [
                    139.79398416666666,
                    35.68793889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000072026776",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 1.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79398416666666,
                    35.68793889
                  ],
                  [
                    139.79396972222222,
                    35.68793889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000072026777",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79396972222222,
                    35.68793889
                  ],
                  [
                    139.79366666666667,
                    35.68794
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799827",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79366666666667,
                    35.68794
                  ],
                  [
                    139.7933686111111,
                    35.68794
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799830",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7933686111111,
                    35.68794
                  ],
                  [
                    139.79295833333333,
                    35.68783667
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799799",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 180.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79295833333333,
                    35.68783667
                  ],
                  [
                    139.79123638888888,
                    35.68702
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799591",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 55.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "新大橋西",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.79123638888888,
                    35.68702
                  ],
                  [
                    139.79070555555555,
                    35.68676111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799582",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 59.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79070555555555,
                    35.68676111
                  ],
                  [
                    139.79014055555555,
                    35.68648889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799567",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79014055555555,
                    35.68648889
                  ],
                  [
                    139.79007638888888,
                    35.68645944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052799566",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 3.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.79007638888888,
                    35.68645944
                  ],
                  [
                    139.7900388888889,
                    35.68644194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052994112",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 21.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7900388888889,
                    35.68644194
                  ],
                  [
                    139.78983222222223,
                    35.68634528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052994112",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.78983222222223,
                    35.68634528
                  ],
                  [
                    139.78950777777777,
                    35.68619
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990313",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 60.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78950777777777,
                    35.68619
                  ],
                  [
                    139.7889338888889,
                    35.68591361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990136",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7889338888889,
                    35.68591361
                  ],
                  [
                    139.7887738888889,
                    35.6858425
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990125",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 52.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "浜町中ノ橋",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7887738888889,
                    35.6858425
                  ],
                  [
                    139.78827527777779,
                    35.68560639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990104",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78827527777779,
                    35.68560639
                  ],
                  [
                    139.78822416666668,
                    35.68558083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990287",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78822416666668,
                    35.68558083
                  ],
                  [
                    139.78787833333334,
                    35.68541056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990079",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78787833333334,
                    35.68541056
                  ],
                  [
                    139.78763555555557,
                    35.68529806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990070",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 56.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78763555555557,
                    35.68529806
                  ],
                  [
                    139.78709388888888,
                    35.68504611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990047",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 18.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78709388888888,
                    35.68504611
                  ],
                  [
                    139.78692083333334,
                    35.68495861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000070442906",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 70,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78692083333334,
                    35.68495861
                  ],
                  [
                    139.78626111111112,
                    35.68463139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990025",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78626111111112,
                    35.68463139
                  ],
                  [
                    139.786065,
                    35.684535
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990018",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 44.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.786065,
                    35.684535
                  ],
                  [
                    139.78564138888888,
                    35.68433111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990001",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 68.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78564138888888,
                    35.68433111
                  ],
                  [
                    139.78498555555555,
                    35.68401333
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048955467",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "水天宮前",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.78498555555555,
                    35.68401333
                  ],
                  [
                    139.7845736111111,
                    35.68380694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048955455",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7845736111111,
                    35.68380694
                  ],
                  [
                    139.7845147222222,
                    35.68377722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048990280",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7845147222222,
                    35.68377722
                  ],
                  [
                    139.78414722222223,
                    35.68359361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051687954",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78414722222223,
                    35.68359361
                  ],
                  [
                    139.78403194444445,
                    35.68353583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051687954",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78403194444445,
                    35.68353583
                  ],
                  [
                    139.78395555555556,
                    35.68349806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038181010",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 24.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78395555555556,
                    35.68349806
                  ],
                  [
                    139.78371944444444,
                    35.68338417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038181006",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78371944444444,
                    35.68338417
                  ],
                  [
                    139.7832275,
                    35.68314556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177992",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7832275,
                    35.68314556
                  ],
                  [
                    139.78287722222223,
                    35.68297639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177972",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78287722222223,
                    35.68297639
                  ],
                  [
                    139.78277416666666,
                    35.68292306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177966",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 47.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78277416666666,
                    35.68292306
                  ],
                  [
                    139.7823261111111,
                    35.68270722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177950",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 53.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "蛎殻町",
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7823261111111,
                    35.68270722
                  ],
                  [
                    139.78194,
                    35.68252444
                  ],
                  [
                    139.78183388888888,
                    35.68244694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177926",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 114.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道50号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.78183388888888,
                    35.68244694
                  ],
                  [
                    139.78166222222222,
                    35.68223361
                  ],
                  [
                    139.78123166666666,
                    35.68154417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146484",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 112.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78123166666666,
                    35.68154417
                  ],
                  [
                    139.78066583333333,
                    35.68064306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146476",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78066583333333,
                    35.68064306
                  ],
                  [
                    139.78043916666667,
                    35.68029583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146470",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 14.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78043916666667,
                    35.68029583
                  ],
                  [
                    139.78036666666668,
                    35.68017889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146464",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "茅場町",
                "road_name": "都道10号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.78036666666668,
                    35.68017889
                  ],
                  [
                    139.78024083333332,
                    35.67996194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146460",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78024083333332,
                    35.67996194
                  ],
                  [
                    139.78018555555556,
                    35.67986778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146501",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78018555555556,
                    35.67986778
                  ],
                  [
                    139.78006083333332,
                    35.67992278
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038177504",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.78006083333332,
                    35.67992278
                  ],
                  [
                    139.7796813888889,
                    35.68007722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146455",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 29.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7796813888889,
                    35.68007722
                  ],
                  [
                    139.7793888888889,
                    35.68019111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146456",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7793888888889,
                    35.68019111
                  ],
                  [
                    139.77910472222223,
                    35.68030083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038146463",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77910472222223,
                    35.68030083
                  ],
                  [
                    139.7790525,
                    35.6803225
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051716196",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7790525,
                    35.6803225
                  ],
                  [
                    139.7788875,
                    35.68038972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051716196",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 4.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7788875,
                    35.68038972
                  ],
                  [
                    139.77884305555557,
                    35.68040833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075160",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 4.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77884305555557,
                    35.68040833
                  ],
                  [
                    139.77880305555556,
                    35.68042444
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075161",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77880305555556,
                    35.68042444
                  ],
                  [
                    139.77860027777777,
                    35.68050639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075165",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 35.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "兜町",
                "road_name": "都道10号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.77860027777777,
                    35.68050639
                  ],
                  [
                    139.7782463888889,
                    35.68064833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075166",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7782463888889,
                    35.68064833
                  ],
                  [
                    139.77819027777778,
                    35.68067111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075286",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77819027777778,
                    35.68067111
                  ],
                  [
                    139.77793111111112,
                    35.68077472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075176",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 21.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77793111111112,
                    35.68077472
                  ],
                  [
                    139.77771944444444,
                    35.68085889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075180",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77771944444444,
                    35.68085889
                  ],
                  [
                    139.77755972222224,
                    35.68092194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075186",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77755972222224,
                    35.68092194
                  ],
                  [
                    139.77743361111112,
                    35.68096889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075187",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77743361111112,
                    35.68096889
                  ],
                  [
                    139.77731833333334,
                    35.68101056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075191",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77731833333334,
                    35.68101056
                  ],
                  [
                    139.7771161111111,
                    35.68109222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075192",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7771161111111,
                    35.68109222
                  ],
                  [
                    139.77677666666668,
                    35.68123306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075204",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 32.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77677666666668,
                    35.68123306
                  ],
                  [
                    139.77645194444443,
                    35.68136722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075205",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77645194444443,
                    35.68136722
                  ],
                  [
                    139.77617583333333,
                    35.68148
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075218",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 33.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "江戸橋一丁目",
                "road_name": "都道10号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.77617583333333,
                    35.68148
                  ],
                  [
                    139.77584194444444,
                    35.6816125
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075219",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77584194444444,
                    35.6816125
                  ],
                  [
                    139.7756163888889,
                    35.68170139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062470018",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 31.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7756163888889,
                    35.68170139
                  ],
                  [
                    139.7753052777778,
                    35.68182611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075237",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7753052777778,
                    35.68182611
                  ],
                  [
                    139.7750372222222,
                    35.68194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075238",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 65.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7750372222222,
                    35.68194
                  ],
                  [
                    139.77439611111112,
                    35.68220556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075248",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 69,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "日本橋",
                "road_name": "国道1号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.77439611111112,
                    35.68220556
                  ],
                  [
                    139.77371222222223,
                    35.68248028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075249",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77371222222223,
                    35.68248028
                  ],
                  [
                    139.7736225,
                    35.68251528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075367",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 94.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7736225,
                    35.68251528
                  ],
                  [
                    139.77268222222222,
                    35.68288139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075302",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 30.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77268222222222,
                    35.68288139
                  ],
                  [
                    139.77238055555554,
                    35.68299667
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075306",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77238055555554,
                    35.68299667
                  ],
                  [
                    139.77186527777778,
                    35.68319389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000075688749",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 85.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "呉服橋",
                "road_name": "国道1号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.77186527777778,
                    35.68319389
                  ],
                  [
                    139.77100583333333,
                    35.68351972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000075688750",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77100583333333,
                    35.68351972
                  ],
                  [
                    139.7708475,
                    35.68356806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038075319",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7708475,
                    35.68356806
                  ],
                  [
                    139.77075916666666,
                    35.68359361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051127109",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 48.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77075916666666,
                    35.68359361
                  ],
                  [
                    139.77024138888888,
                    35.68371028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051127109",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77024138888888,
                    35.68371028
                  ],
                  [
                    139.7698525,
                    35.68379194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000070922307",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 30.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7698525,
                    35.68379194
                  ],
                  [
                    139.76952777777777,
                    35.68386167
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071361949",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 3.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76952777777777,
                    35.68386167
                  ],
                  [
                    139.76949166666665,
                    35.68386972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000075918738",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": 400,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 54.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76949166666665,
                    35.68386972
                  ],
                  [
                    139.768915,
                    35.68399861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048947969",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 56.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "国道1号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.768915,
                    35.68399861
                  ],
                  [
                    139.76831694444445,
                    35.68413528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048947970",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 23.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76831694444445,
                    35.68413528
                  ],
                  [
                    139.76806638888888,
                    35.68418917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051131077",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": 400,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76806638888888,
                    35.68418917
                  ],
                  [
                    139.767995,
                    35.68420361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051131077",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 29,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.767995,
                    35.68420361
                  ],
                  [
                    139.767685,
                    35.68426944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915495",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.767685,
                    35.68426944
                  ],
                  [
                    139.76755916666667,
                    35.6842975
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048949523",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 68.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76755916666667,
                    35.6842975
                  ],
                  [
                    139.76683083333333,
                    35.68445833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915497",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 48.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76683083333333,
                    35.68445833
                  ],
                  [
                    139.7663175,
                    35.68457139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915498",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7663175,
                    35.68457139
                  ],
                  [
                    139.76609888888888,
                    35.68462056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915501",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 32.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "大手町駅前",
                "road_name": "国道1号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.76609888888888,
                    35.68462056
                  ],
                  [
                    139.76575,
                    35.68469722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048949502",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76575,
                    35.68469722
                  ],
                  [
                    139.76564805555554,
                    35.68471722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048958081",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76564805555554,
                    35.68471722
                  ],
                  [
                    139.76509277777777,
                    35.68483278
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915448",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 58.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76509277777777,
                    35.68483278
                  ],
                  [
                    139.76446916666666,
                    35.68496139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915449",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 54.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76446916666666,
                    35.68496139
                  ],
                  [
                    139.7638886111111,
                    35.68508333
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915451",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 64.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "大手町",
                "road_name": "都道403号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7638886111111,
                    35.68508333
                  ],
                  [
                    139.76320194444443,
                    35.68522694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915452",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76320194444443,
                    35.68522694
                  ],
                  [
                    139.76303694444445,
                    35.68526056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915486",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 74.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76303694444445,
                    35.68526056
                  ],
                  [
                    139.76224444444443,
                    35.68542556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915454",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 92.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": "大手門",
                "road_name": "都道301号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.76224444444443,
                    35.68542556
                  ],
                  [
                    139.76124944444445,
                    35.68562778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915456",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 41.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76124944444445,
                    35.68562778
                  ],
                  [
                    139.7610775,
                    35.68527778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048958070",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7610775,
                    35.68527778
                  ],
                  [
                    139.7609113888889,
                    35.68507806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048958067",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 24.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7609113888889,
                    35.68507806
                  ],
                  [
                    139.7607638888889,
                    35.68489583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048958066",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 55,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7607638888889,
                    35.68489583
                  ],
                  [
                    139.7606111111111,
                    35.68469056
                  ],
                  [
                    139.76050083333334,
                    35.68445194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915445",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 55.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76050083333334,
                    35.68445194
                  ],
                  [
                    139.76034416666667,
                    35.68397028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048915441",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.76034416666667,
                    35.68397028
                  ],
                  [
                    139.76021527777777,
                    35.68359361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052308571",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 79.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道301号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.76021527777777,
                    35.68359361
                  ],
                  [
                    139.76004361111112,
                    35.68309722
                  ],
                  [
                    139.75993916666667,
                    35.68292306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052308571",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75993916666667,
                    35.68292306
                  ],
                  [
                    139.75968416666666,
                    35.68256361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000066851794",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 119.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75968416666666,
                    35.68256361
                  ],
                  [
                    139.75908083333334,
                    35.68161
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038045033",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 262.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75908083333334,
                    35.68161
                  ],
                  [
                    139.7577327777778,
                    35.67951778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038020443",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7577327777778,
                    35.67951778
                  ],
                  [
                    139.75767277777777,
                    35.67942528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038020446",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 115.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75767277777777,
                    35.67942528
                  ],
                  [
                    139.75708,
                    35.67850139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052289914",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 117.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75708,
                    35.67850139
                  ],
                  [
                    139.75648055555556,
                    35.67755833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052289914",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75648055555556,
                    35.67755833
                  ],
                  [
                    139.75639305555555,
                    35.677435
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975469",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75639305555555,
                    35.677435
                  ],
                  [
                    139.75614777777778,
                    35.67701528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975446",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 33.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "祝田橋",
                "road_name": "国道1号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.75614777777778,
                    35.67701528
                  ],
                  [
                    139.7559838888889,
                    35.67674722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780276",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7559838888889,
                    35.67674722
                  ],
                  [
                    139.7559036111111,
                    35.67661444
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780282",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7559036111111,
                    35.67661444
                  ],
                  [
                    139.75578305555555,
                    35.67666556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780280",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75578305555555,
                    35.67666556
                  ],
                  [
                    139.75535527777777,
                    35.67684778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780272",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 44.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75535527777777,
                    35.67684778
                  ],
                  [
                    139.75492055555554,
                    35.67703556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780273",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 33.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75492055555554,
                    35.67703556
                  ],
                  [
                    139.7545947222222,
                    35.67717611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780274",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 13.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7545947222222,
                    35.67717611
                  ],
                  [
                    139.7544661111111,
                    35.67723528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071780275",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 60,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7544661111111,
                    35.67723528
                  ],
                  [
                    139.75388805555556,
                    35.67750083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975475",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "桜田門",
                "road_name": "国道20号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.75388805555556,
                    35.67750083
                  ],
                  [
                    139.75355527777776,
                    35.67762944
                  ],
                  [
                    139.75345055555556,
                    35.677655
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975476",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 13.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75345055555556,
                    35.677655
                  ],
                  [
                    139.75330722222222,
                    35.67768056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975482",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 54.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.75330722222222,
                    35.67768056
                  ],
                  [
                    139.75307666666666,
                    35.67768583
                  ],
                  [
                    139.75272805555556,
                    35.67758528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975477",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 171.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 1,
                "direction_name": null,
                "point_name": null,
                "road_name": "国道20号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.75272805555556,
                    35.67758528
                  ],
                  [
                    139.7516911111111,
                    35.67727278
                  ],
                  [
                    139.75121916666666,
                    35.6771575
                  ],
                  [
                    139.75092416666666,
                    35.67712389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975462",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 118.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 1,
                "direction_name": null,
                "point_name": "国会前",
                "road_name": "国道20号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.75092416666666,
                    35.67712389
                  ],
                  [
                    139.75063055555555,
                    35.67709056
                  ],
                  [
                    139.7496138888889,
                    35.67705833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037975449",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 17.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7496138888889,
                    35.67705833
                  ],
                  [
                    139.74942472222222,
                    35.67705139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000067174234",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74942472222222,
                    35.67705139
                  ],
                  [
                    139.74927583333334,
                    35.67719111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038002548",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 37.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74927583333334,
                    35.67719111
                  ],
                  [
                    139.74900888888888,
                    35.67745
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038002549",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 306.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74900888888888,
                    35.67745
                  ],
                  [
                    139.74842305555555,
                    35.67805472
                  ],
                  [
                    139.74804472222223,
                    35.67854278
                  ],
                  [
                    139.7475875,
                    35.67900306
                  ],
                  [
                    139.74717305555555,
                    35.67930333
                  ],
                  [
                    139.7467613888889,
                    35.6794575
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038002569",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7467613888889,
                    35.6794575
                  ],
                  [
                    139.74629611111112,
                    35.67960111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038002583",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74629611111112,
                    35.67960111
                  ],
                  [
                    139.74621416666668,
                    35.67962917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038002585",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74621416666668,
                    35.67962917
                  ],
                  [
                    139.74609361111112,
                    35.67966139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052972082",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 1.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "三宅坂",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.74609361111112,
                    35.67966139
                  ],
                  [
                    139.74607722222223,
                    35.67966528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052972082",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74607722222223,
                    35.67966528
                  ],
                  [
                    139.74593916666666,
                    35.67968944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917141",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 42,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74593916666666,
                    35.67968944
                  ],
                  [
                    139.74547638888887,
                    35.679715
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917119",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 8.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74547638888887,
                    35.679715
                  ],
                  [
                    139.74538805555557,
                    35.67970556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917120",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 39.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74538805555557,
                    35.67970556
                  ],
                  [
                    139.74496444444443,
                    35.67963306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917115",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 172.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "隼町",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.74496444444443,
                    35.67963306
                  ],
                  [
                    139.74310416666665,
                    35.67928444
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917109",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 5.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74310416666665,
                    35.67928444
                  ],
                  [
                    139.74305055555556,
                    35.67927361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000068884007",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 227.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "平河町",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.74305055555556,
                    35.67927361
                  ],
                  [
                    139.74059916666667,
                    35.67881389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052895485",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 23.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.74059916666667,
                    35.67881389
                  ],
                  [
                    139.74034805555556,
                    35.67876944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052895481",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74034805555556,
                    35.67876944
                  ],
                  [
                    139.74027166666667,
                    35.6787575
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000068005219",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 68.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.74027166666667,
                    35.6787575
                  ],
                  [
                    139.73952722222222,
                    35.67863528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917224",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73952722222222,
                    35.67863528
                  ],
                  [
                    139.73922833333333,
                    35.67859944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052917223",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 53.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 1,
                "direction_name": null,
                "point_name": null,
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.73922833333333,
                    35.67859944
                  ],
                  [
                    139.73863972222222,
                    35.67855111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052895469",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 200.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73863972222222,
                    35.67855111
                  ],
                  [
                    139.73802666666666,
                    35.67852417
                  ],
                  [
                    139.73716694444445,
                    35.67845972
                  ],
                  [
                    139.7368936111111,
                    35.67838056
                  ],
                  [
                    139.73681444444443,
                    35.67833917
                  ],
                  [
                    139.7365597222222,
                    35.67813778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052895457",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 144.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7365597222222,
                    35.67813778
                  ],
                  [
                    139.73609555555555,
                    35.67775556
                  ],
                  [
                    139.73532555555556,
                    35.67731556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052895438",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 24.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73532555555556,
                    35.67731556
                  ],
                  [
                    139.7351072222222,
                    35.677195
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000053018049",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 38.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7351072222222,
                    35.677195
                  ],
                  [
                    139.73484305555556,
                    35.67703944
                  ],
                  [
                    139.73478805555555,
                    35.6769725
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000053018049",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 78.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73478805555555,
                    35.6769725
                  ],
                  [
                    139.73408527777778,
                    35.67655528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897195",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 51.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73408527777778,
                    35.67655528
                  ],
                  [
                    139.73362527777778,
                    35.67627917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897191",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 91.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73362527777778,
                    35.67627917
                  ],
                  [
                    139.73280861111112,
                    35.67579222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897186",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "赤坂警察署前",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.73280861111112,
                    35.67579222
                  ],
                  [
                    139.73239944444444,
                    35.67553333
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897183",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 153.4,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "赤坂地区総合支所前",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.73239944444444,
                    35.67553333
                  ],
                  [
                    139.73146333333332,
                    35.67498083
                  ],
                  [
                    139.73098055555556,
                    35.67478361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897173",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 139.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.73098055555556,
                    35.67478361
                  ],
                  [
                    139.72950138888888,
                    35.67444194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897163",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 50.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72950138888888,
                    35.67444194
                  ],
                  [
                    139.72898111111112,
                    35.67427694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897157",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 125.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72898111111112,
                    35.67427694
                  ],
                  [
                    139.72771083333333,
                    35.67381694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897147",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 73.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72771083333333,
                    35.67381694
                  ],
                  [
                    139.72695583333334,
                    35.67358222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897138",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 122.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "赤坂郵便局前",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.72695583333334,
                    35.67358222
                  ],
                  [
                    139.7256886111111,
                    35.67320417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897105",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7256886111111,
                    35.67320417
                  ],
                  [
                    139.72561083333332,
                    35.67317722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897108",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 143.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "青山一丁目",
                "road_name": "国道246号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.72561083333332,
                    35.67317722
                  ],
                  [
                    139.72412333333332,
                    35.67271861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897103",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 0.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72412333333332,
                    35.67271861
                  ],
                  [
                    139.72412083333333,
                    35.67271722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052337539",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72412083333333,
                    35.67271722
                  ],
                  [
                    139.72400027777778,
                    35.67267833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052337539",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 21.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72400027777778,
                    35.67267833
                  ],
                  [
                    139.72378166666667,
                    35.67260722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051706880",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 50.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72378166666667,
                    35.67260722
                  ],
                  [
                    139.72326777777778,
                    35.67243139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051706880",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 45,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72326777777778,
                    35.67243139
                  ],
                  [
                    139.72281194444443,
                    35.67227056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312720",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72281194444443,
                    35.67227056
                  ],
                  [
                    139.72245777777778,
                    35.67214861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000075699673",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72245777777778,
                    35.67214861
                  ],
                  [
                    139.7223263888889,
                    35.67210306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312716",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 64.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7223263888889,
                    35.67210306
                  ],
                  [
                    139.72167055555556,
                    35.6718775
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312702",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 12.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72167055555556,
                    35.6718775
                  ],
                  [
                    139.72153916666667,
                    35.67183611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312699",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "青山2丁目",
                "road_name": "都道414号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.72153916666667,
                    35.67183611
                  ],
                  [
                    139.72106333333332,
                    35.67168028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312696",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 14.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72106333333332,
                    35.67168028
                  ],
                  [
                    139.72096805555555,
                    35.67178917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312710",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 87.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72096805555555,
                    35.67178917
                  ],
                  [
                    139.7206136111111,
                    35.67252
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043312705",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 10.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7206136111111,
                    35.67252
                  ],
                  [
                    139.72057222222222,
                    35.67260722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051691974",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 77.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72057222222222,
                    35.67260722
                  ],
                  [
                    139.72025555555555,
                    35.67325472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051691974",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 109.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.72025555555555,
                    35.67325472
                  ],
                  [
                    139.7198036111111,
                    35.67417361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037882481",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 112.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道414号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7198036111111,
                    35.67417361
                  ],
                  [
                    139.71934,
                    35.675115
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037882482",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 120.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71934,
                    35.675115
                  ],
                  [
                    139.71919916666667,
                    35.67508278
                  ],
                  [
                    139.71874583333334,
                    35.67506556
                  ],
                  [
                    139.71856194444445,
                    35.67508972
                  ],
                  [
                    139.71836611111112,
                    35.67514306
                  ],
                  [
                    139.7180711111111,
                    35.67528139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037882456",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 37.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7180711111111,
                    35.67528139
                  ],
                  [
                    139.71786583333332,
                    35.67542861
                  ],
                  [
                    139.7177786111111,
                    35.67551889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414171",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 124.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7177786111111,
                    35.67551889
                  ],
                  [
                    139.71765,
                    35.67569306
                  ],
                  [
                    139.71724111111112,
                    35.67654472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414170",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 113,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71724111111112,
                    35.67654472
                  ],
                  [
                    139.7167797222222,
                    35.67749139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414172",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 66.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7167797222222,
                    35.67749139
                  ],
                  [
                    139.71650861111112,
                    35.67805083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897510",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 76.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 2,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道414号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.71650861111112,
                    35.67805083
                  ],
                  [
                    139.7163786111111,
                    35.6783175
                  ],
                  [
                    139.71631694444446,
                    35.67849472
                  ],
                  [
                    139.71627,
                    35.67871194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414177",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 85.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71627,
                    35.67871194
                  ],
                  [
                    139.7161947222222,
                    35.67907
                  ],
                  [
                    139.71592916666665,
                    35.67941194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414179",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 57,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71592916666665,
                    35.67941194
                  ],
                  [
                    139.71566388888888,
                    35.67955694
                  ],
                  [
                    139.71538083333334,
                    35.67966139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000076414178",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71538083333334,
                    35.67966139
                  ],
                  [
                    139.7152211111111,
                    35.67971083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000070916921",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7152211111111,
                    35.67971083
                  ],
                  [
                    139.71514888888888,
                    35.679735
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000070916922",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 33.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71514888888888,
                    35.679735
                  ],
                  [
                    139.71480305555556,
                    35.67984111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000066847219",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 49.4,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": "都道414号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.71480305555556,
                    35.67984111
                  ],
                  [
                    139.714485,
                    35.67993778
                  ],
                  [
                    139.71430138888888,
                    35.68001389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000066847220",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 71.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "外苑橋第二",
                "road_name": "都道418号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.71430138888888,
                    35.68001389
                  ],
                  [
                    139.71423027777777,
                    35.67986111
                  ],
                  [
                    139.71416833333333,
                    35.67981972
                  ],
                  [
                    139.71405305555555,
                    35.67977806
                  ],
                  [
                    139.71367361111112,
                    35.67972306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000069087359",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 10.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71367361111112,
                    35.67972306
                  ],
                  [
                    139.71355972222221,
                    35.67970694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000074333775",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 18.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71355972222221,
                    35.67970694
                  ],
                  [
                    139.7135625,
                    35.67987306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000074333772",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 4.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7135625,
                    35.67987306
                  ],
                  [
                    139.7135638888889,
                    35.67991611
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000074333773",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7135638888889,
                    35.67991611
                  ],
                  [
                    139.71358111111113,
                    35.6801575
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000074333770",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": 430,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 29,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.71358111111113,
                    35.6801575
                  ],
                  [
                    139.7136025,
                    35.6804175
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897532",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 60,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 13.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7136025,
                    35.6804175
                  ],
                  [
                    139.71345916666667,
                    35.68043806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897547",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 24.2,
              "facility_info": [
                {
                  "name": "外苑料金所",
                  "type": [
                    "tollgate"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": false,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "外苑料金所",
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.71345916666667,
                    35.68043806
                  ],
                  [
                    139.71320666666668,
                    35.68050778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037897549",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 510,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 6.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71320666666668,
                    35.68050778
                  ],
                  [
                    139.71313472222224,
                    35.68053056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000069233899",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 22.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.71313472222224,
                    35.68053056
                  ],
                  [
                    139.7129011111111,
                    35.68060028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000069233899",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 252.2,
              "facility_info": [
                {
                  "name": "外苑出入口",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.7129011111111,
                    35.68060028
                  ],
                  [
                    139.7120013888889,
                    35.68085083
                  ],
                  [
                    139.71108527777778,
                    35.68101056
                  ],
                  [
                    139.7102213888889,
                    35.68121167
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000068864988",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 762.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7102213888889,
                    35.68121167
                  ],
                  [
                    139.70932166666665,
                    35.68136861
                  ],
                  [
                    139.70634194444443,
                    35.68124111
                  ],
                  [
                    139.70595555555556,
                    35.68114861
                  ],
                  [
                    139.70511055555556,
                    35.68068583
                  ],
                  [
                    139.70469222222223,
                    35.68052917
                  ],
                  [
                    139.70428583333333,
                    35.6804525
                  ],
                  [
                    139.70214833333333,
                    35.6801375
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051678406",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 518.8,
              "facility_info": [
                {
                  "name": "代々木出入口",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "首都高代々木",
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.70214833333333,
                    35.6801375
                  ],
                  [
                    139.70106055555556,
                    35.67997667
                  ],
                  [
                    139.70078166666667,
                    35.67997667
                  ],
                  [
                    139.70054944444445,
                    35.68003306
                  ],
                  [
                    139.6991522222222,
                    35.68072222
                  ],
                  [
                    139.69876861111112,
                    35.68086167
                  ],
                  [
                    139.69855,
                    35.68091417
                  ],
                  [
                    139.6983072222222,
                    35.68094083
                  ],
                  [
                    139.69806694444443,
                    35.68094083
                  ],
                  [
                    139.69778416666668,
                    35.68091
                  ],
                  [
                    139.6975336111111,
                    35.68085083
                  ],
                  [
                    139.69731222222222,
                    35.68076778
                  ],
                  [
                    139.69683333333333,
                    35.68047528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051678406",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 490.8,
              "facility_info": [
                {
                  "name": "新宿出入口",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "首都高新宿",
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.69683333333333,
                    35.68047528
                  ],
                  [
                    139.6964325,
                    35.68021944
                  ],
                  [
                    139.6960261111111,
                    35.67998722
                  ],
                  [
                    139.6955913888889,
                    35.67985583
                  ],
                  [
                    139.69455888888888,
                    35.67966806
                  ],
                  [
                    139.69438194444444,
                    35.67966139
                  ],
                  [
                    139.69412027777778,
                    35.67969083
                  ],
                  [
                    139.6939875,
                    35.67972833
                  ],
                  [
                    139.69379166666667,
                    35.67982222
                  ],
                  [
                    139.69354777777778,
                    35.68002222
                  ],
                  [
                    139.69267333333335,
                    35.68124806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037976035",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 249.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.69267333333335,
                    35.68124806
                  ],
                  [
                    139.6922172222222,
                    35.681775
                  ],
                  [
                    139.69116194444445,
                    35.68327694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052971537",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 68.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.69116194444445,
                    35.68327694
                  ],
                  [
                    139.69101833333335,
                    35.68340556
                  ],
                  [
                    139.6908897222222,
                    35.68348611
                  ],
                  [
                    139.69072472222223,
                    35.68355583
                  ],
                  [
                    139.69055555555556,
                    35.68359361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052971537",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 29.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.69055555555556,
                    35.68359361
                  ],
                  [
                    139.69026055555557,
                    35.68359361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052971537",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 580.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.69026055555557,
                    35.68359361
                  ],
                  [
                    139.6900675,
                    35.68354639
                  ],
                  [
                    139.6897175,
                    35.68337361
                  ],
                  [
                    139.68880416666667,
                    35.68275667
                  ],
                  [
                    139.68525694444443,
                    35.68049
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052971537",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 526.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.68525694444443,
                    35.68049
                  ],
                  [
                    139.68470444444444,
                    35.68016694
                  ],
                  [
                    139.68403388888888,
                    35.67983306
                  ],
                  [
                    139.68203833333334,
                    35.67897472
                  ],
                  [
                    139.6804613888889,
                    35.67824361
                  ],
                  [
                    139.68017555555556,
                    35.67814194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052974054",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 138.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.68017555555556,
                    35.67814194
                  ],
                  [
                    139.67962833333334,
                    35.67795556
                  ],
                  [
                    139.67875666666666,
                    35.67773417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052974054",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 27.2,
              "facility_info": [
                {
                  "name": "幡ヶ谷出入口",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "首都高幡ヶ谷",
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.67875666666666,
                    35.67773417
                  ],
                  [
                    139.67847777777777,
                    35.67764306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000038003061",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 891.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.67847777777777,
                    35.67764306
                  ],
                  [
                    139.6774086111111,
                    35.67731306
                  ],
                  [
                    139.6744625,
                    35.67648028
                  ],
                  [
                    139.66918944444444,
                    35.67493111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052295181",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 786.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.66918944444444,
                    35.67493111
                  ],
                  [
                    139.66265944444444,
                    35.67304028
                  ],
                  [
                    139.66097888888888,
                    35.67260722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052295181",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 263.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.66097888888888,
                    35.67260722
                  ],
                  [
                    139.65820305555556,
                    35.67189083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052295181",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 773.5,
              "facility_info": [
                {
                  "name": "永福出入口",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "首都高永福",
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.65820305555556,
                    35.67189083
                  ],
                  [
                    139.6575725,
                    35.67172861
                  ],
                  [
                    139.65691944444444,
                    35.67151139
                  ],
                  [
                    139.6555325,
                    35.67098556
                  ],
                  [
                    139.6551638888889,
                    35.67087167
                  ],
                  [
                    139.65443694444446,
                    35.67072417
                  ],
                  [
                    139.65335611111112,
                    35.67064667
                  ],
                  [
                    139.65272166666668,
                    35.67056194
                  ],
                  [
                    139.65070222222224,
                    35.67023194
                  ],
                  [
                    139.6500436111111,
                    35.67006444
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052295181",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 296.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.6500436111111,
                    35.67006444
                  ],
                  [
                    139.64987583333334,
                    35.67000806
                  ],
                  [
                    139.64949083333335,
                    35.66982694
                  ],
                  [
                    139.64898944444445,
                    35.66956278
                  ],
                  [
                    139.64790333333335,
                    35.66894194
                  ],
                  [
                    139.6475075,
                    35.66875972
                  ],
                  [
                    139.64721666666668,
                    35.66865083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051093254",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 263.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "首都高速4号新宿線"
              },
              "line": {
                "coordinates": [
                  [
                    139.64721666666668,
                    35.66865083
                  ],
                  [
                    139.6468075,
                    35.66849917
                  ],
                  [
                    139.6455202777778,
                    35.66808083
                  ],
                  [
                    139.64520777777778,
                    35.66801528
                  ],
                  [
                    139.64451027777778,
                    35.66790639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051093254",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 769.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.64451027777778,
                    35.66790639
                  ],
                  [
                    139.64184277777778,
                    35.66756472
                  ],
                  [
                    139.64102888888888,
                    35.66748139
                  ],
                  [
                    139.63932944444446,
                    35.66739833
                  ],
                  [
                    139.63835333333333,
                    35.66746
                  ],
                  [
                    139.63763583333332,
                    35.66763583
                  ],
                  [
                    139.63623027777777,
                    35.66810222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051095099",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 748.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.63623027777777,
                    35.66810222
                  ],
                  [
                    139.6331602777778,
                    35.66912028
                  ],
                  [
                    139.6325475,
                    35.66929583
                  ],
                  [
                    139.63209694444444,
                    35.66938194
                  ],
                  [
                    139.63068083333334,
                    35.66955194
                  ],
                  [
                    139.6282813888889,
                    35.6699075
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051095099",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 281.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.6282813888889,
                    35.6699075
                  ],
                  [
                    139.6255402777778,
                    35.67031389
                  ],
                  [
                    139.6252438888889,
                    35.67038222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052299477",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 56,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.6252438888889,
                    35.67038222
                  ],
                  [
                    139.62507888888888,
                    35.67042111
                  ],
                  [
                    139.62466722222223,
                    35.67058194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052299477",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 326.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.62466722222223,
                    35.67058194
                  ],
                  [
                    139.62440027777777,
                    35.67071222
                  ],
                  [
                    139.62392416666665,
                    35.67104194
                  ],
                  [
                    139.62296388888888,
                    35.67181333
                  ],
                  [
                    139.62206555555557,
                    35.67260722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051689659",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 12.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.62206555555557,
                    35.67260722
                  ],
                  [
                    139.62197277777778,
                    35.67268889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051689659",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 18.1,
              "facility_info": [
                {
                  "name": "高井戸出入口",
                  "type": [
                    "ic",
                    "jct"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": false,
                  "jct": true,
                  "pa": false,
                  "sa": false
                },
                "point_name": "首都高高井戸",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.62197277777778,
                    35.67268889
                  ],
                  [
                    139.62184027777778,
                    35.67281111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048932960",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 20,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 482.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.62184027777778,
                    35.67281111
                  ],
                  [
                    139.6210986111111,
                    35.67345056
                  ],
                  [
                    139.6201047222222,
                    35.67436
                  ],
                  [
                    139.61957361111112,
                    35.67477028
                  ],
                  [
                    139.61888972222224,
                    35.67519556
                  ],
                  [
                    139.6179,
                    35.67570389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000048963010",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 368.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.6179,
                    35.67570389
                  ],
                  [
                    139.61687416666666,
                    35.67621722
                  ],
                  [
                    139.61621944444445,
                    35.67651111
                  ],
                  [
                    139.61574194444444,
                    35.67668694
                  ],
                  [
                    139.61425777777777,
                    35.67716306
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000069238347",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 1.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.61425777777777,
                    35.67716306
                  ],
                  [
                    139.61423722222221,
                    35.67716944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000069238347",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 1077.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.61423722222221,
                    35.67716944
                  ],
                  [
                    139.61368222222222,
                    35.67740722
                  ],
                  [
                    139.61260805555557,
                    35.67801306
                  ],
                  [
                    139.61128305555556,
                    35.67859389
                  ],
                  [
                    139.60882055555555,
                    35.67945222
                  ],
                  [
                    139.60723305555555,
                    35.67994278
                  ],
                  [
                    139.60607555555555,
                    35.68026083
                  ],
                  [
                    139.60552694444445,
                    35.68036139
                  ],
                  [
                    139.60490055555556,
                    35.68041528
                  ],
                  [
                    139.60457888888888,
                    35.6804125
                  ],
                  [
                    139.60419805555554,
                    35.68037889
                  ],
                  [
                    139.60346833333332,
                    35.68024889
                  ],
                  [
                    139.60327138888888,
                    35.68017778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078119534",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 70.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.60327138888888,
                    35.68017778
                  ],
                  [
                    139.60277222222223,
                    35.67999806
                  ],
                  [
                    139.60257666666666,
                    35.67988417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078119534",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 246.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.60257666666666,
                    35.67988417
                  ],
                  [
                    139.60206416666668,
                    35.67959444
                  ],
                  [
                    139.6015211111111,
                    35.67923222
                  ],
                  [
                    139.60109055555554,
                    35.67889694
                  ],
                  [
                    139.60054083333333,
                    35.67842222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078106276",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 846.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.60054083333333,
                    35.67842222
                  ],
                  [
                    139.5991836111111,
                    35.67724056
                  ],
                  [
                    139.59856916666666,
                    35.676805
                  ],
                  [
                    139.5979763888889,
                    35.67645083
                  ],
                  [
                    139.59724555555556,
                    35.67609
                  ],
                  [
                    139.59657388888888,
                    35.67582306
                  ],
                  [
                    139.59577305555555,
                    35.67556833
                  ],
                  [
                    139.59458083333334,
                    35.67527194
                  ],
                  [
                    139.5934288888889,
                    35.67503861
                  ],
                  [
                    139.592285,
                    35.67484417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078113557",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 1016.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.592285,
                    35.67484417
                  ],
                  [
                    139.59106833333334,
                    35.67467528
                  ],
                  [
                    139.5898588888889,
                    35.67454222
                  ],
                  [
                    139.5886088888889,
                    35.674435
                  ],
                  [
                    139.58697694444444,
                    35.67432889
                  ],
                  [
                    139.5840211111111,
                    35.67418167
                  ],
                  [
                    139.58197972222223,
                    35.67405139
                  ],
                  [
                    139.58129861111112,
                    35.6739925
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078113557",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 636.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.58129861111112,
                    35.6739925
                  ],
                  [
                    139.5794813888889,
                    35.67379417
                  ],
                  [
                    139.57813222222222,
                    35.673585
                  ],
                  [
                    139.57691027777778,
                    35.67334611
                  ],
                  [
                    139.5757397222222,
                    35.67306056
                  ],
                  [
                    139.57453,
                    35.672705
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000078113557",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 29.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.57453,
                    35.672705
                  ],
                  [
                    139.57423222222224,
                    35.67260722
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051076875",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 72.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.57423222222224,
                    35.67260722
                  ],
                  [
                    139.5735013888889,
                    35.67234556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051076875",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 74.2,
              "facility_info": [
                {
                  "name": "三鷹本線料金所",
                  "type": [
                    "tollgate"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_flag": {
                  "ic": false,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "三鷹本線料金所",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.5735013888889,
                    35.67234556
                  ],
                  [
                    139.57288444444444,
                    35.67219833
                  ],
                  [
                    139.57272361111112,
                    35.67213639
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000044907002",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 72.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.57272361111112,
                    35.67213639
                  ],
                  [
                    139.5720061111111,
                    35.67185472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000044907001",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 107.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5720061111111,
                    35.67185472
                  ],
                  [
                    139.57100694444443,
                    35.67132778
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000044879855",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 74.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.57100694444443,
                    35.67132778
                  ],
                  [
                    139.5703125,
                    35.67097361
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051085755",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 212.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5703125,
                    35.67097361
                  ],
                  [
                    139.56951166666667,
                    35.67056472
                  ],
                  [
                    139.56836777777778,
                    35.669905
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051085755",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 404.8,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.56836777777778,
                    35.669905
                  ],
                  [
                    139.56483527777777,
                    35.66767056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000044818274",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 178.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.56483527777777,
                    35.66767056
                  ],
                  [
                    139.56324444444445,
                    35.6667225
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000044818221",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 408,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.56324444444445,
                    35.6667225
                  ],
                  [
                    139.56230722222222,
                    35.66621139
                  ],
                  [
                    139.56121666666667,
                    35.66568167
                  ],
                  [
                    139.56022444444446,
                    35.66525639
                  ],
                  [
                    139.55932611111112,
                    35.66491972
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000063752093",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 259.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.55932611111112,
                    35.66491972
                  ],
                  [
                    139.55803583333332,
                    35.66449472
                  ],
                  [
                    139.5570875,
                    35.664225
                  ],
                  [
                    139.55663555555554,
                    35.6641325
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000063846024",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 555.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.55663555555554,
                    35.6641325
                  ],
                  [
                    139.5553238888889,
                    35.66384972
                  ],
                  [
                    139.55407166666666,
                    35.66364472
                  ],
                  [
                    139.55290194444444,
                    35.66351028
                  ],
                  [
                    139.55058472222223,
                    35.66337222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000065438192",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 20.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.55058472222223,
                    35.66337222
                  ],
                  [
                    139.55035805555556,
                    35.66334806
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000037964107",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 183.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.55035805555556,
                    35.66334806
                  ],
                  [
                    139.5483397222222,
                    35.66328389
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052290289",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 854.3,
              "facility_info": [
                {
                  "name": "調布IC",
                  "type": [
                    "ic"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 2,
                "direction_name": null,
                "point_flag": {
                  "ic": true,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": "高速調布IC",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.5483397222222,
                    35.66328389
                  ],
                  [
                    139.54585972222222,
                    35.66320333
                  ],
                  [
                    139.544795,
                    35.66314944
                  ],
                  [
                    139.54307972222222,
                    35.66302361
                  ],
                  [
                    139.54221055555556,
                    35.66293639
                  ],
                  [
                    139.54079444444446,
                    35.66274861
                  ],
                  [
                    139.53985166666666,
                    35.662585
                  ],
                  [
                    139.53898527777778,
                    35.66240556
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000052290289",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 169.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53898527777778,
                    35.66240556
                  ],
                  [
                    139.53808555555557,
                    35.66217861
                  ],
                  [
                    139.53735333333333,
                    35.66194417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051692518",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 91,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53735333333333,
                    35.66194417
                  ],
                  [
                    139.53656333333333,
                    35.66165694
                  ],
                  [
                    139.53650305555556,
                    35.66162083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051692518",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 245,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.53650305555556,
                    35.66162083
                  ],
                  [
                    139.5362613888889,
                    35.66142111
                  ],
                  [
                    139.5361863888889,
                    35.66133111
                  ],
                  [
                    139.5360875,
                    35.66115694
                  ],
                  [
                    139.53602416666666,
                    35.66097444
                  ],
                  [
                    139.53589555555556,
                    35.66028917
                  ],
                  [
                    139.53576666666666,
                    35.65983833
                  ],
                  [
                    139.5355575,
                    35.65942528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051692518",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 17.7,
              "facility_info": [
                {
                  "name": "料金所",
                  "type": [
                    "tollgate"
                  ]
                }
              ],
              "guidance": {
                "direction_code": 1,
                "direction_name": "立川・府中方面",
                "point_flag": {
                  "ic": false,
                  "jct": false,
                  "pa": false,
                  "sa": false
                },
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.5355575,
                    35.65942528
                  ],
                  [
                    139.53547444444445,
                    35.65928056
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323485",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 182.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53547444444445,
                    35.65928056
                  ],
                  [
                    139.5353252777778,
                    35.65914917
                  ],
                  [
                    139.535025,
                    35.65858194
                  ],
                  [
                    139.53481861111112,
                    35.65835917
                  ],
                  [
                    139.534525,
                    35.65821167
                  ],
                  [
                    139.53431166666667,
                    35.6581675
                  ],
                  [
                    139.5341813888889,
                    35.65817028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323449",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 170.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "国道20号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.5341813888889,
                    35.65817028
                  ],
                  [
                    139.5340163888889,
                    35.65820389
                  ],
                  [
                    139.53392527777777,
                    35.65824111
                  ],
                  [
                    139.5338461111111,
                    35.65828806
                  ],
                  [
                    139.5337175,
                    35.65841306
                  ],
                  [
                    139.53363972222223,
                    35.6586075
                  ],
                  [
                    139.53357666666668,
                    35.65900028
                  ],
                  [
                    139.53351361111112,
                    35.65913833
                  ],
                  [
                    139.53331666666668,
                    35.65941472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323448",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 10,
              "toll": 0,
              "toll_flag": true,
              "toll_result": true
            },
            {
              "distance": 13.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53331666666668,
                    35.65941472
                  ],
                  [
                    139.5331825,
                    35.65947222
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071804341",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5331825,
                    35.65947222
                  ],
                  [
                    139.53312083333333,
                    35.65949917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071804342",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53312083333333,
                    35.65949917
                  ],
                  [
                    139.53296361111111,
                    35.65957167
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000071804339",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 32,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53296361111111,
                    35.65957167
                  ],
                  [
                    139.5326552777778,
                    35.65971083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323493",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 20.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5326552777778,
                    35.65971083
                  ],
                  [
                    139.53246083333335,
                    35.65980111
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323496",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "上石原",
                "road_name": "国道20号線"
              },
              "line": {
                "coordinates": [
                  [
                    139.53246083333335,
                    35.65980111
                  ],
                  [
                    139.5322502777778,
                    35.65990278
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323497",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 35.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5322502777778,
                    35.65990278
                  ],
                  [
                    139.53191083333334,
                    35.66006917
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323506",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 6.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53191083333334,
                    35.66006917
                  ],
                  [
                    139.53184944444445,
                    35.66010139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323507",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 17.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53184944444445,
                    35.66010139
                  ],
                  [
                    139.53168861111112,
                    35.66018833
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323513",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53168861111112,
                    35.66018833
                  ],
                  [
                    139.5315825,
                    35.66024472
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323514",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5315825,
                    35.66024472
                  ],
                  [
                    139.5314686111111,
                    35.66029861
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323521",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5314686111111,
                    35.66029861
                  ],
                  [
                    139.5313625,
                    35.66034694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323522",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 56,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5313625,
                    35.66034694
                  ],
                  [
                    139.5308261111111,
                    35.66059889
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323319",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 57.2,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.5308261111111,
                    35.66059889
                  ],
                  [
                    139.53027777777777,
                    35.66085528
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323320",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53027777777777,
                    35.66085528
                  ],
                  [
                    139.53001194444445,
                    35.66097694
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323329",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 31.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.53001194444445,
                    35.66097694
                  ],
                  [
                    139.52971055555557,
                    35.66111944
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323330",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 3.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52971055555557,
                    35.66111944
                  ],
                  [
                    139.52967805555556,
                    35.66113417
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323336",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 2.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52967805555556,
                    35.66113417
                  ],
                  [
                    139.52965138888888,
                    35.66114583
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323337",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 17,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52965138888888,
                    35.66114583
                  ],
                  [
                    139.52948777777777,
                    35.6612225
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323339",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52948777777777,
                    35.6612225
                  ],
                  [
                    139.52932833333332,
                    35.6612975
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323340",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 21,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52932833333332,
                    35.6612975
                  ],
                  [
                    139.52912694444444,
                    35.66139
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323342",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 29.1,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52912694444444,
                    35.66139
                  ],
                  [
                    139.52884666666668,
                    35.66152028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043323343",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52884666666668,
                    35.66152028
                  ],
                  [
                    139.52863222222223,
                    35.66162083
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051675926",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.52863222222223,
                    35.66162083
                  ],
                  [
                    139.5285275,
                    35.66167028
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000051675926",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 2.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 11,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.5285275,
                    35.66167028
                  ],
                  [
                    139.52850194444446,
                    35.66168194
                  ]
                ],
                "type": "LineString"
              },
              "link_id": "5150010000043364029",
              "passage_link": true,
              "regulation": {
                "danger": false,
                "height": null,
                "load": null,
                "weight": null,
                "width": null
              },
              "road_type": 30,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            }
          ],
          "passage": true,
          "time": 82.54166666666667,
          "toll": 1510,
          "toll_etc": 930,
          "toll_result": true,
          "toll_result_etc": true
        },
        "status": {
          "code": "0000",
          "result": true
        }
      }
    ]
  }
}