road/linksearch

周辺道路リンク検索(標準)

指定した緯度経度の周辺に存在する道路リンクを検索し、対象の道路リンク情報を取得します。

https://[domain]/route/road/linksearch

HTTP request method

POST/GET

ContentType

application/x-www-form-urlencoded

Parameters

*requiredは必須

名前 説明
positions*required
array[number]
※カンマ区切り
座標を指定。カンマ区切りで複数座標を指定可能。最大200座標
経度、緯度の順に座標をカンマ区切りで指定する。
140.08785,36.10377,140.08792,36.10375
本項目は必須項目であるため、未指定の場合はエラーとなります。
range
integer
default 50
マッチング距離範囲
指定緯度経度地点からマッチングさせる距離範囲(単位:m)を指定します。
この範囲内に道路データが存在しない場合はマッチングされません。
設定可能範囲は、整数値1~500です。
adasinfo
boolean
default false
premium
ADAS情報
ADAS情報を取得するかを真偽値で指定します。
true
adasを出力する
false
adasを出力しない
※本パラメータを利用するには別途契約が必要です。
elevationinfo
boolean
default false
premium
標高情報出力指定
標高情報を出力するかどうかを指定します。
true
出力する
false
出力しない
※本パラメータを利用するには別途契約が必要です。
datum
string
default JGD
入出力座標の測地系を指定します。
JGD
世界測地系
TOKYO
日本測地系
TOKYO_NAVI
日本測地系(ゼンリン ナビ地図)
llunit
string
default dec
緯度経度形式
入出力経度緯度形式を指定します。
dec
10進度形式
msec
ミリ秒形式
names
boolean
default false
道路名称詳細出力指定
正式名称や一般名称などの、道路名称詳細情報を出力するかどうかを指定します。
通常レスポンスされる一般名称[road_name]とは別に、整備されている全呼び名種別の全名称をレスポンスします。
true
利用する
false
利用しない

Responses

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

Media type:application/json

キー名 説明
status
string
ステータス
result item subject
array[object]
マッチング結果を距離の近い順に返却します。
マッチングしなかった場合、その場所の配列要素がnullになります。
link
object
マッチした道路リンク情報が入ります。
link_id
string
リンクIDが入ります。
リンクにふられるID。
複数のリンク間でIDが重複する場合があり、パーマネントなIDではありません。
distance
number
リンク距離(単位:m)が入ります。
line
object
リンクの形状点列のオブジェクトが入ります。
※GeoJSONのGeometry 形式
order
string
リンク形状座標の格納順序(進行方向)をあらわすコードが入ります。
OE
順方向
EO
逆方向
road_type
object
道路種別が入ります。
code
string
種別コードが入ります。
10
高速自動車国道
20
都市高速道路
30
一般国道
40
都道府県道(主要地方道)
50
一般道路(主要地方道)
60
都道府県道
70
一般道路
80
案内補助道路
90
敷地内道路
100
航路リンク
110
航路接続リンク
text
string
種別名称が入ります。
limited_highway
boolean
自動車専用道路かどうかの判定が入ります。
  • true

    自動車専用道路

  • false

    自動車専用道路でない

number_of_lanes
integer
車線数情報が入ります。
そのリンクに含まれる車線数
(上下線分離したリンクの場合は片側だけの車線、
分離していないリンクの場合は両側合計の車線)が入ります。
不明の場合nullが入ります。
road_width
number
該当リンクおける、最も区間が長い幅員(単位:m)が入ります。
不明の場合nullが入ります。
road_width_max
number
最大幅員(単位:m)が入ります。
ただし、交差点内リンクなど、幅員が取得できないリンクについては0が格納されます。
また、二条分離の道路においては、上下線全体の幅員ではなく片側の幅員を優先してレスポンスするため、
road_width>road_width_maxとなる場合もあります。(幅員データの整備状況に依存します)
road_width_min
number
最小有効幅員(単位:m)が入ります。
ただし、交差点内リンクなど、幅員が取得できないリンクについては0が格納されます。
road_width_average
number
平均幅員(単位:m)が入ります。
ただし、交差点内リンクなど、幅員が取得できないリンクについては0が格納されます。
link_separation
boolean
上下線分離フラグが入ります。
  • true

    上下線を分離して上り/下りを別々のリンク列で表現した道路

  • false

    上下線を分離せず上り/下りを一つのリンク列で表現した道路

structure
string
リンクの構造情報が入ります。
データなしの場合はnullとなります。
  • TUNNEL

    当該リンクがトンネルであることを示します。

serv_link_code
string
サービスリンクIDが入ります。
oneway_code
string
リンクがどちらの方向に通行可能かの情報が入ります。
以下の各値が10進数で入ります。不明の場合はnullとなります。
(※複数の通行可能情報が該当する場合は
AND値:【順方向一方通行/無条件+逆方向一方通行/条件付】= 9)
0x0000
交通規制なし
0x0001
順方向一方通行/無条件
0x0002
順方向一方通行/条件付
0x0004
逆方向一方通行/無条件
0x0008
逆方向一方通行/条件付
0x0010
一方通行(双方向切り替え有り)/条件付
0x0020
通行禁止/無条件
0x0040
通行禁止/条件付
road_name
string
道路名称が入ります。
リンクに紐づく一般名称を1件のみレスポンスします。 不明の場合はnullとなります。
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
道路名称
道路名称を出力
adas
object
premium
ADAS情報オブジェクトが入ります。
リクエストパラメータadasinfoがfalseの場合、
または情報が無い場合はnullが入ります。
周辺道路リンク検索には進行方向の情報が無いため、
_front,_backの形式で両方向の情報を出力します。
front
格納されている配列の順番通り
back
格納されている配列の逆順番
格納されている配列は、
item->link->line(緯度経度ポリライン)を指します。
※本パラメータを利用するには別途契約が必要です。
stop_info_front
object
当該地点の一時停止情報が入ります。
一時停止情報が存在しない場合はnullが入ります。
type
integer
当該地点の一時停止線の種別が入ります。
  • 0

    一時停止線有り(現実世界にあり)

distance
number
一時停止位置までの距離が入ります。(単位:cm)
stop_info_back
object
当該地点の一時停止情報が入ります。
一時停止情報が存在しない場合はnullが入ります。
type
integer
当該地点の一時停止線の種別が入ります。
  • 0

    一時停止線有り(現実世界にあり)

distance
number
一時停止位置までの距離が入ります。(単位:cm)
maxspeed_front
array[object]
最高速度情報が入ります。
最高速度情報が存在しない場合はnullが入ります。
limit
number
区間開始位置~区間終了位置に適用する最高速度が入ります。
(単位:Km/h)
start
number
区間割合相対開始位置が入ります。(単位:%)
区間割合相対開始位置とはリンクの全長を
100%とした時のlimitの開始位置です。
end
number
区間割合相対終了位置が入ります。(単位:%)
区間割合相対終了位置とはリンクの全長を
100%とした時のlimitの終了位置です。
maxspeed_back
array[object]
最高速度情報が入ります。
最高速度情報が存在しない場合はnullが入ります。
limit
number
区間開始位置~区間終了位置に適用する最高速度が入ります。
(単位:Km/h)
start
number
区間割合相対開始位置が入ります。(単位:%)
区間割合相対開始位置とはリンクの全長を
100%とした時のlimitの開始位置です。
end
number
区間割合相対終了位置が入ります。(単位:%)
区間割合相対終了位置とはリンクの全長を
100%とした時のlimitの終了位置です。
accident_point_front
array[object]
事故多発地点情報が入ります。
事故多発地点情報が存在しない場合はnullが入ります。
type
string
事故多発地点情報の種別が入ります。
point
地点型
linestring
区間型
position
array[number]
typeがpointの場合経度緯度が入ります。
linestringの場合はnullが入ります。
accident_point_back
array[object]
事故多発地点情報が入ります。
事故多発地点情報が存在しない場合はnullが入ります。
type
string
事故多発地点情報の種別が入ります。
point
地点型
linestring
区間型
typeがpointの場合経度緯度が入ります。
linestringの場合はnullが入ります。
limitinfo_front
object
各制限情報が入ります。
height
number
高さ制限規制情報が入ります。(単位:cm)
width
number
最大幅規制情報が入ります。(単位:cm)
weight
number
重量制限規制情報が入ります。(単位:kg)
limitinfo_back
object
各制限情報が入ります。
height
number
高さ制限規制情報が入ります。(単位:cm)
width
number
最大幅規制情報が入ります。(単位:cm)
weight
number
重量制限規制情報が入ります。(単位:kg)
elevation
object
premium
リンクに紐づく標高情報が入ります。
※本パラメータを利用するには別途契約が必要です。
accuracy
string
標高値に対応する精度情報が入ります。
A
計測情報
B
数値標高に標高調整を行った情報
C
数値標高
value
array[number]
リンクの各座標に紐づく標高値(単位:mm)が入ります。
coordinates
array[number]
標高値に対応する座標が入ります。
closest
array[number]
マッチしたリンク上の最寄り点の緯度経度が入ります。
distance
number
入力点から最寄り点までの距離(単位:m)が入ります。

Example

リクエストURL
https://[domain]/route/road/linksearch?positions=140.08785,36.10377,140.08792,36.10375&range=200&adasinfo=&datum=JGD&llunit=dec&names=true
レスポンス
{
  "result": {
    "item": [
      {
        "subject": [
          {
            "closest": [
              140.08947672459132,
              36.103199598524306
            ],
            "distance": 159.56847822620156,
            "link": {
              "adas": null,
              "distance": 141.4,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0896617296007,
                  36.10430609809028,
                  140.0897021484375,
                  36.10398952907986,
                  140.08985894097222,
                  36.10366238064236,
                  140.08987765842014,
                  36.103528374565975,
                  140.08985894097222,
                  36.103474663628475,
                  140.08947672526043,
                  36.103199598524306
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306885",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 4.56,
              "road_width_average": 5.67,
              "road_width_max": 7.55,
              "road_width_min": 4.56,
              "serv_link_code": "961989218383429651",
              "structure": null
            }
          },
          {
            "closest": [
              140.08947672540896,
              36.103199598524306
            ],
            "distance": 159.56893714198597,
            "link": {
              "adas": null,
              "distance": 22.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08961073133682,
                  36.10302544487847,
                  140.08947672526043,
                  36.103199598524306
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306884",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 9.66,
              "road_width_average": 10.2,
              "road_width_max": 10.94,
              "road_width_min": 9.66,
              "serv_link_code": "961989218383429710",
              "structure": null
            }
          },
          {
            "closest": [
              140.0891172721065,
              36.102655822605755
            ],
            "distance": 168.24434513917654,
            "link": {
              "adas": null,
              "distance": 206.9,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.088017578125,
                  36.10168429904514,
                  140.08911458333333,
                  36.10265380859375,
                  140.08961073133682,
                  36.10302544487847
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924107",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 8.04,
              "road_width_average": 8.58,
              "road_width_max": 11.61,
              "road_width_min": 8.04,
              "serv_link_code": "961989218383429739",
              "structure": null
            }
          },
          {
            "closest": [
              140.0896617296253,
              36.10430609809028
            ],
            "distance": 173.64426814770408,
            "link": {
              "adas": null,
              "distance": 170.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08878743489583,
                  36.10565266927083,
                  140.08919243706598,
                  36.105191243489585,
                  140.08944851345487,
                  36.104823676215275,
                  140.08959337022569,
                  36.10458251953125,
                  140.08963623046876,
                  36.104457736545136,
                  140.0896617296007,
                  36.10430609809028
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306906",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 5.15,
              "road_width_average": 5.41,
              "road_width_max": 6.15,
              "road_width_min": 5.15,
              "serv_link_code": "961989218383429650",
              "structure": null
            }
          },
          {
            "closest": [
              140.0896617296007,
              36.10430609809028
            ],
            "distance": 173.6444234261481,
            "link": {
              "adas": null,
              "distance": 66.1,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0896617296007,
                  36.10430609809028,
                  140.09031765407985,
                  36.10457438151042
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306905",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.37,
              "road_width_average": 3.6,
              "road_width_max": 7.35,
              "road_width_min": 3.37,
              "serv_link_code": "961989218383429667",
              "structure": null
            }
          },
          {
            "closest": [
              140.08917514691413,
              36.102605502191366
            ],
            "distance": 175.88163289944757,
            "link": {
              "adas": null,
              "distance": 213.6,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0897300889757,
                  36.10302137586805,
                  140.0891628689236,
                  36.102596299913195,
                  140.08808051215277,
                  36.10164008246528
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924106",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 8.04,
              "road_width_average": 8.58,
              "road_width_max": 11.61,
              "road_width_min": 8.04,
              "serv_link_code": "961989218383429736",
              "structure": null
            }
          },
          {
            "closest": [
              140.08961073133992,
              36.10302544487847
            ],
            "distance": 178.78053801778745,
            "link": {
              "adas": null,
              "distance": 10.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0897300889757,
                  36.10302137586805,
                  140.08961073133682,
                  36.10302544487847
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924108",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.51,
              "road_width_average": 3.51,
              "road_width_max": 3.51,
              "road_width_min": 3.51,
              "serv_link_code": "961989218383429703",
              "structure": null
            }
          },
          {
            "closest": [
              140.08961073133682,
              36.10302544487847
            ],
            "distance": 178.78057954152027,
            "link": {
              "adas": null,
              "distance": 50.1,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08961073133682,
                  36.10302544487847,
                  140.0900398763021,
                  36.103312445746525
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306882",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 7.68,
              "road_width_average": 7.84,
              "road_width_max": 8.77,
              "road_width_min": 7.67,
              "serv_link_code": "961989218383429740",
              "structure": null
            }
          },
          {
            "closest": [
              140.08973008652092,
              36.10302137586805
            ],
            "distance": 188.57499928980124,
            "link": {
              "adas": null,
              "distance": 89,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.09050537109374,
                  36.103518880208334,
                  140.0897300889757,
                  36.10302137586805
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306881",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 7.66,
              "road_width_average": 7.84,
              "road_width_max": 8.77,
              "road_width_min": 7.67,
              "serv_link_code": "961989218383429735",
              "structure": null
            }
          },
          {
            "closest": [
              140.08973008900696,
              36.10302137586805
            ],
            "distance": 188.5758623337724,
            "link": {
              "adas": null,
              "distance": 63,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0898347981771,
                  36.10246202256945,
                  140.08977701822917,
                  36.102916666666665,
                  140.0897300889757,
                  36.10302137586805
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306878",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.51,
              "road_width_average": 3.99,
              "road_width_max": 4.76,
              "road_width_min": 3.51,
              "serv_link_code": "961989218383429636",
              "structure": null
            }
          }
        ]
      },
      {
        "subject": [
          {
            "closest": [
              140.08947672459132,
              36.103199598524306
            ],
            "distance": 152.90280462424894,
            "link": {
              "adas": null,
              "distance": 141.4,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0896617296007,
                  36.10430609809028,
                  140.0897021484375,
                  36.10398952907986,
                  140.08985894097222,
                  36.10366238064236,
                  140.08987765842014,
                  36.103528374565975,
                  140.08985894097222,
                  36.103474663628475,
                  140.08947672526043,
                  36.103199598524306
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306885",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 4.56,
              "road_width_average": 5.67,
              "road_width_max": 7.55,
              "road_width_min": 4.56,
              "serv_link_code": "961989218383429651",
              "structure": null
            }
          },
          {
            "closest": [
              140.08947672540896,
              36.103199598524306
            ],
            "distance": 152.9032438083736,
            "link": {
              "adas": null,
              "distance": 22.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08961073133682,
                  36.10302544487847,
                  140.08947672526043,
                  36.103199598524306
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306884",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 9.66,
              "road_width_average": 10.2,
              "road_width_max": 10.94,
              "road_width_min": 9.66,
              "serv_link_code": "961989218383429710",
              "structure": null
            }
          },
          {
            "closest": [
              140.08914278633387,
              36.1026749339093
            ],
            "distance": 162.33841267549352,
            "link": {
              "adas": null,
              "distance": 206.9,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.088017578125,
                  36.10168429904514,
                  140.08911458333333,
                  36.10265380859375,
                  140.08961073133682,
                  36.10302544487847
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924107",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 8.04,
              "road_width_average": 8.58,
              "road_width_max": 11.61,
              "road_width_min": 8.04,
              "serv_link_code": "961989218383429739",
              "structure": null
            }
          },
          {
            "closest": [
              140.0896617296253,
              36.10430609809028
            ],
            "distance": 168.53622708489766,
            "link": {
              "adas": null,
              "distance": 170.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08878743489583,
                  36.10565266927083,
                  140.08919243706598,
                  36.105191243489585,
                  140.08944851345487,
                  36.104823676215275,
                  140.08959337022569,
                  36.10458251953125,
                  140.08963623046876,
                  36.104457736545136,
                  140.0896617296007,
                  36.10430609809028
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306906",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 5.15,
              "road_width_average": 5.41,
              "road_width_max": 6.15,
              "road_width_min": 5.15,
              "serv_link_code": "961989218383429650",
              "structure": null
            }
          },
          {
            "closest": [
              140.0896617296007,
              36.10430609809028
            ],
            "distance": 168.53637549933737,
            "link": {
              "adas": null,
              "distance": 66.1,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0896617296007,
                  36.10430609809028,
                  140.09031765407985,
                  36.10457438151042
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306905",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.37,
              "road_width_average": 3.6,
              "road_width_max": 7.35,
              "road_width_min": 3.37,
              "serv_link_code": "961989218383429667",
              "structure": null
            }
          },
          {
            "closest": [
              140.08920064401056,
              36.10262460971983
            ],
            "distance": 169.97496928959,
            "link": {
              "adas": null,
              "distance": 213.6,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0897300889757,
                  36.10302137586805,
                  140.0891628689236,
                  36.102596299913195,
                  140.08808051215277,
                  36.10164008246528
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924106",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 8.04,
              "road_width_average": 8.58,
              "road_width_max": 11.61,
              "road_width_min": 8.04,
              "serv_link_code": "961989218383429736",
              "structure": null
            }
          },
          {
            "closest": [
              140.08961073133992,
              36.10302544487847
            ],
            "distance": 172.16779802559472,
            "link": {
              "adas": null,
              "distance": 10.8,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0897300889757,
                  36.10302137586805,
                  140.08961073133682,
                  36.10302544487847
                ],
                "type": "LineString"
              },
              "link_id": "5150010000062924108",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.51,
              "road_width_average": 3.51,
              "road_width_max": 3.51,
              "road_width_min": 3.51,
              "serv_link_code": "961989218383429703",
              "structure": null
            }
          },
          {
            "closest": [
              140.08961073133682,
              36.10302544487847
            ],
            "distance": 172.16783836459302,
            "link": {
              "adas": null,
              "distance": 50.1,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.08961073133682,
                  36.10302544487847,
                  140.0900398763021,
                  36.103312445746525
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306882",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 7.68,
              "road_width_average": 7.84,
              "road_width_max": 8.77,
              "road_width_min": 7.67,
              "serv_link_code": "961989218383429740",
              "structure": null
            }
          },
          {
            "closest": [
              140.08973008652092,
              36.10302137586805
            ],
            "distance": 181.94044892150387,
            "link": {
              "adas": null,
              "distance": 89,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.09050537109374,
                  36.103518880208334,
                  140.0897300889757,
                  36.10302137586805
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306881",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 7.66,
              "road_width_average": 7.84,
              "road_width_max": 8.77,
              "road_width_min": 7.67,
              "serv_link_code": "961989218383429735",
              "structure": null
            }
          },
          {
            "closest": [
              140.08973008900696,
              36.10302137586805
            ],
            "distance": 181.9412810110364,
            "link": {
              "adas": null,
              "distance": 63,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0898347981771,
                  36.10246202256945,
                  140.08977701822917,
                  36.102916666666665,
                  140.0897300889757,
                  36.10302137586805
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306878",
              "link_separation": false,
              "names_mst": [],
              "number_of_lanes": 1,
              "oneway_code": "0",
              "order": "OE",
              "road_name": null,
              "road_type": {
                "code": "70",
                "text": "一般道路"
              },
              "road_width": 3.51,
              "road_width_average": 3.99,
              "road_width_max": 4.76,
              "road_width_min": 3.51,
              "serv_link_code": "961989218383429636",
              "structure": null
            }
          },
          {
            "closest": [
              140.0900398763021,
              36.103312445746525
            ],
            "distance": 196.96345261842455,
            "link": {
              "adas": null,
              "distance": 54.7,
              "limited_highway": false,
              "line": {
                "coordinates": [
                  140.0900398763021,
                  36.103312445746525,
                  140.09051866319444,
                  36.10361409505208
                ],
                "type": "LineString"
              },
              "link_id": "5150010000040306883",
              "link_separation": true,
              "names_mst": [
                {
                  "name_mst": "土浦境線",
                  "nickname_type": 1,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "県道24号線",
                  "nickname_type": 2,
                  "road_type_mst": 60
                },
                {
                  "name_mst": "平塚通り",
                  "nickname_type": 3,
                  "road_type_mst": 80
                }
              ],
              "number_of_lanes": 2,
              "oneway_code": "1",
              "order": "OE",
              "road_name": "県道24号線",
              "road_type": {
                "code": "40",
                "text": "都道府県道(主要地方道)"
              },
              "road_width": 7.68,
              "road_width_average": 7.84,
              "road_width_max": 8.77,
              "road_width_min": 7.67,
              "serv_link_code": "961989218383429741",
              "structure": null
            }
          }
        ]
      }
    ]
  },
  "status": "OK"
}