route_mbn/drive_ptp

自動車ルート検索2.0

出発・到着地点の緯度経度に対する自動車の経路を返却します。

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

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

HTTP request method

POST/GET

ContentType

application/x-www-form-urlencoded

Parameters

*requiredは必須
Array型のパラメータの区切り文字は特記のない限りカンマ(,)およびセミコロン(;)です。

名前 説明
search_type*required
integer
探索タイプ
ルート探索の探索タイプを指定します。
1
推奨
2
一般優先
3
道幅優先
4
距離優先
5
別ルート
from*required
array[number]
出発地点
検索するルートの出発地点を経度緯度のカンマ区切りで指定します。
経度,緯度
例)139.77165,35.6797777
to*required
array[number]
終了地点
検索するルートの終了地点を経度緯度のカンマ区切りで指定します。
経度,緯度
例)139.77165,35.6797777
waypoint
array[number]
経由地点
検索するルートの経由地点を経度緯度のカンマ区切りで指定します。
指定できる経由地点数の上限は30点となります。
3点指定する場合の例:
139.75595083333,35.664024722222,139.75588416667,35.663896944444,139.7558175,35.663763611111
llunit
string
default dec
緯度経度形式
緯度経度形式を指定します。
dec
10進度形式
msec
ミリ秒形式
datum
string
default JGD
測地系
入出力緯度経度の測地系を指定します。
JGD
世界測地系
TOKYO
日本測地系
TOKYO_NAVI
日本測地系(ゼンリン ナビ地図)
from_type
integer
default 0
出発地点引き込み優先タイプ
引き込みを優先する出発地点の道路を指定します。
0
一般道路を優先して引き込む
1
高速道路を優先して引き込む
2
全ての道路に引き込む
to_type
integer
default 0
終了点引き込み優先タイプ
引き込みを優先する終了地点の道路を指定します。
0
一般道路を優先して引き込む
1
高速道路を優先して引き込む
2
全ての道路に引き込む
waypoint_type
array[integer]
default 0
経由地点引き込み優先タイプ
waypointで指定した各経由地点の引き込みタイプを","で値を区切って指定します
本パラメータを指定する場合、waypointと指定数を合わせる必要があります
waypointが3点指定されたときの例:
0,0,2
0
一般道路を優先して引き込む
1
高速道路を優先して引き込む
2
全ての道路に引き込む
height
integer
車高
車高を0~2540の整数で指定します。(単位:cm)
本パラメータを指定すると道路情報を考慮し、車高による車両制限を加味したルート検索を行います。
無指定時は車高による車両制限は加味されません。
※目的地までの通行可能な経路がない場合、通行不可な道路を含む経路を返します。
width
integer
車幅
車幅を0~2540の整数で指定します。(単位:cm)
本パラメータを指定すると道路情報を考慮し、車幅による車両制限を加味したルート検索を行います。
無指定時は車幅による車両制限は加味されません。
※目的地までの通行可能な経路がない場合、通行不可な道路を含む経路を返します。
weight
integer
車重
車重を0~50000の整数で指定します。(単位:kg)
本パラメータを指定すると道路情報を考慮し、車重による車両制限を加味したルート検索を行います。
無指定時は車重による車両制限は加味されません。
※目的地までの通行可能な経路がない場合、通行不可な道路を含む経路を返します。
toll_type
string
default normal
料金計算用車種
指定された車種で通行料金算出を行います。
本パラメータで指定された値はルート検索時の車種別規制考慮には影響しません。
light
軽自動車
normal
普通車
middle
中型車
large
大型車
big
特大車
regulation_type
integer
default 122200
ルート探索用車種
指定された車種の規制情報を考慮してルート探索を行います。
本パラメータで指定された値は料金算出には影響しません。
  • 121100

    四輪(大型貨物)

  • 121200

    四輪(大型乗用)

  • 121210

    四輪(大型バス)

  • 121220

    四輪(路線バス)

  • 122100

    四輪(普通貨物)

  • 122200

    四輪(普通乗用)

  • 122210

    四輪(普通バス)

  • 122220

    四輪(普通タクシー)

  • 122230

    四輪(普通軽自動車)

  • 123100

    四輪(中型貨物)

  • 123200

    四輪(中型乗用)

  • 123210

    四輪(中型バス)

  • 123220

    四輪(マイクロバス)

  • 124100

    四輪(小型貨物)

  • 124200

    四輪(小型乗用)

  • 124210

    四輪(小型バス)

  • 125100

    四輪(特定中型貨物)

  • 125200

    四輪(特定中型乗用)

  • 125210

    四輪(特定中型バス)

  • 125220

    四輪(特定中型マイクロバス)

  • 126100

    四輪(準中型貨物)

  • 126200

    四輪(準中型乗用)

  • 126210

    四輪(準中型バス)

  • 126220

    四輪(準中型マイクロバス)

  • 301000

    特殊車両(大型)

  • 302000

    特殊車両(小型)

  • 302010

    特殊車両(農耕車)

heading
integer
進行方向
進行方向の角度を指定します。
角度は真北を0度とし、0~359までの整数で指定します。
未指定の場合、進行方向は無視されます。
また、範囲外の値を指定した場合、エラーとなります。
pass_left
integer
default 0
左横付け考慮指定
開始地点、経由地、終了地点に左横付けしたルートを作成するかどうかを指定します。
ルートによっては左横付けしない場合もあります。
0
横付けを考慮しない。
1
推奨(レーン数を考慮した横付けをする)
2
必須(必ず横付けする)
two_uturn
boolean
default false
2段階右折でのUターン回避
近距離で2度の右折をする地点を回避するかどうかを指定します。
true
利用する
false
利用しない
smartic
boolean
default false
スマートIC利用指定
スマートICを利用するかどうかを指定します。
true
利用する
false
利用しない
ferry
boolean
default true
フェリー利用指定
フェリーを利用するかどうかを指定します。
falseを指定した場合でもフェリーを利用しないと終了地点に到達不可能な場合は、フェリーを利用するルートを作成します。
true
利用する
false
利用しない
avoid_area
string
迂回エリア
迂回するエリアを経度緯度矩形範囲で指定します。
南西経度,南西緯度,北東経度,北東緯度で指定します。
10件まで複数指定可能です。
10kmを超える矩形が指定された場合、エラーとなります。
※該当エリアを通過しないとルートが作成できない場合、該当エリアを迂回せず通過するルートが作成されます。
※緯度経度形式(llunit)で指定した値と異なる形式の緯度経度を指定した場合、動作保証対象外です。
time_restriction
boolean
default false
規制考慮
規制情報を考慮してルート検索を行います。
departure_timeで指定された日時の規制を考慮します。
departure_timeの指定がない場合、現在日時で動作します。
true
利用する
false
利用しない
departure_time
string
default 現在日時
出発時刻指定
出発時刻を日時で指定します。
"YYYYMMDDhhmmss"で指定します。
時刻(hh)以降は省略可能です。
規制考慮(time_restriction)でのみ使用します。
load
integer
最大積載量
最大積載量を0~32767の整数で指定します。(単位:kg)
最大積載量による車両制限を加味したルート検索を行います。
danger
boolean
default false
危険物積載車両規制考慮
火薬類、爆発物、毒物、劇物などの危険物を積載する車両制限を加味したルート検索を行います。
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
ルート探索ヘッダ情報
search_type
integer
ルート探索種別
  • 1

    推奨

  • 2

    一般優先

  • 3

    道幅優先

  • 4

    距離優先

  • 5

    別ルート

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

    10進度形式

  • msec

    ミリ秒形式

datum
string
入出力経度緯度形式
  • JGD

    世界測地系

  • TOKYO

    ⽇本測地系

  • TOKYO_NAVI

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

vics_time_stamp
string
nullが入ります
※今後実装予定
route
object
探索結果情報
distance
number
ルート全体の距離(単位:m)
time
number
ルート全体の旅行時間(単位:分)
toll
integer
ルート全体の料金
toll_result
boolean
料金計算の成否
  • true

    成功

  • false

    失敗

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
道路名称
存在しない場合は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

    接続なし

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)パラメータ不正

  • 8099

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

header
object
ルート探索ヘッダ情報
search_type
integer
ルート探索種別
  • 1

    推奨

  • 2

    一般優先

  • 3

    道幅優先

  • 4

    距離優先

  • 5

    別ルート

Example

リクエストURL
https://[domain]/route/route_mbn/drive_ptp?search_type=1&from=139.770083889,35.677666389&to=136.883950556,35.168155278&waypoint=139.723646,35.651638&llunit=dec&datum=JGD&from_type=0&to_type=0&waypoint_type=0&toll_type=normal&pass_left=1&two_uturn=true&smartic=false&ferry=true&time_restriction=false
レスポンス
{
  "status": "OK",
  "result": {
    "info": {
      "hit": 1
    },
    "item": [
      {
        "header": {
          "datum": "JGD",
          "llunit": "dec",
          "search_type": "1",
          "vics_time_stamp": null
        },
        "route": {
          "detailed_time": [
            {
              "link_length": 1,
              "link_offset": 0,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 1,
              "time": 0.056666666666666664
            },
            {
              "link_length": 1,
              "link_offset": 2,
              "time": 0.06666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 3,
              "time": 0.05333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 4,
              "time": 0.47
            },
            {
              "link_length": 1,
              "link_offset": 5,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 6,
              "time": 0.035
            },
            {
              "link_length": 1,
              "link_offset": 7,
              "time": 0.2633333333333333
            },
            {
              "link_length": 1,
              "link_offset": 8,
              "time": 0.1
            },
            {
              "link_length": 2,
              "link_offset": 9,
              "time": 0.09833333333333333
            },
            {
              "link_length": 2,
              "link_offset": 11,
              "time": 0.46166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 13,
              "time": 0.006666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 14,
              "time": 0.018333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 15,
              "time": 0.245
            },
            {
              "link_length": 1,
              "link_offset": 16,
              "time": 0.07166666666666667
            },
            {
              "link_length": 1,
              "link_offset": 17,
              "time": 0.44
            },
            {
              "link_length": 2,
              "link_offset": 18,
              "time": 0.54
            },
            {
              "link_length": 1,
              "link_offset": 20,
              "time": 0.06833333333333333
            },
            {
              "link_length": 1,
              "link_offset": 21,
              "time": 0.015
            },
            {
              "link_length": 1,
              "link_offset": 22,
              "time": 0.041666666666666664
            },
            {
              "link_length": 1,
              "link_offset": 23,
              "time": 0.045
            },
            {
              "link_length": 1,
              "link_offset": 24,
              "time": 0.06
            },
            {
              "link_length": 1,
              "link_offset": 25,
              "time": 0.44333333333333336
            },
            {
              "link_length": 1,
              "link_offset": 26,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 27,
              "time": 0.011666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 28,
              "time": 0.21333333333333335
            },
            {
              "link_length": 1,
              "link_offset": 29,
              "time": 0.03666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 30,
              "time": 0.03666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 31,
              "time": 0.021666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 32,
              "time": 0.016666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 33,
              "time": 0.155
            },
            {
              "link_length": 1,
              "link_offset": 34,
              "time": 0.051666666666666666
            },
            {
              "link_length": 1,
              "link_offset": 35,
              "time": 0.16
            },
            {
              "link_length": 1,
              "link_offset": 36,
              "time": 0.4666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 37,
              "time": 0.11
            },
            {
              "link_length": 1,
              "link_offset": 38,
              "time": 0.023333333333333334
            },
            {
              "link_length": 1,
              "link_offset": 39,
              "time": 0.03
            },
            {
              "link_length": 1,
              "link_offset": 40,
              "time": 0.425
            },
            {
              "link_length": 1,
              "link_offset": 41,
              "time": 0.018333333333333333
            },
            {
              "link_length": 1,
              "link_offset": 42,
              "time": 0.03666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 43,
              "time": 0.025
            },
            {
              "link_length": 1,
              "link_offset": 44,
              "time": 0.011666666666666667
            },
            {
              "link_length": 1,
              "link_offset": 45,
              "time": 0.19166666666666668
            }
          ],
          "distance": 1301.3000000000002,
          "link": [
            {
              "distance": 11.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77469861111112,
                    35.68027166666667
                  ],
                  [
                    139.77475555555554,
                    35.680365555555554
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075145",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77475555555554,
                    35.680365555555554
                  ],
                  [
                    139.77494194444444,
                    35.6806525
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075168",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 42.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77494194444444,
                    35.6806525
                  ],
                  [
                    139.77515666666667,
                    35.680993055555554
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075181",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77515666666667,
                    35.680993055555554
                  ],
                  [
                    139.77533083333333,
                    35.681270833333336
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075198",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 55.4,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "江戸橋一丁目",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77533083333333,
                    35.681270833333336
                  ],
                  [
                    139.77561,
                    35.681714444444445
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075212",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 10.7,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77561,
                    35.681714444444445
                  ],
                  [
                    139.7756675,
                    35.681799166666664
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000062470020",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.6,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.7756675,
                    35.681799166666664
                  ],
                  [
                    139.77589416666666,
                    35.681713055555555
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000062470017",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 61.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77589416666666,
                    35.681713055555555
                  ],
                  [
                    139.77650166666666,
                    35.68146388888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075217",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 64.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77650166666666,
                    35.68146388888889
                  ],
                  [
                    139.7771361111111,
                    35.6812025
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075203",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7771361111111,
                    35.6812025
                  ],
                  [
                    139.77749555555556,
                    35.681064166666665
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075190",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77749555555556,
                    35.681064166666665
                  ],
                  [
                    139.7777636111111,
                    35.68096222222222
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075185",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 26.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7777636111111,
                    35.68096222222222
                  ],
                  [
                    139.77802916666667,
                    35.680855
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075179",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 23.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "兜町",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77802916666667,
                    35.680855
                  ],
                  [
                    139.778265,
                    35.6807625
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075175",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 4.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.778265,
                    35.6807625
                  ],
                  [
                    139.77831333333333,
                    35.680745
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075285",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 40,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.5,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77831333333333,
                    35.680745
                  ],
                  [
                    139.778245,
                    35.68065638888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075287",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 47.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "平成通り"
              },
              "line": {
                "coordinates": [
                  [
                    139.778245,
                    35.68065638888889
                  ],
                  [
                    139.77800638888888,
                    35.68027305555555
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075153",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77800638888888,
                    35.68027305555555
                  ],
                  [
                    139.77777583333332,
                    35.679926944444446
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075136",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 34.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "阪本小学校前",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77777583333332,
                    35.679926944444446
                  ],
                  [
                    139.77759722222223,
                    35.679655833333335
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075130",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 47.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77759722222223,
                    35.679655833333335
                  ],
                  [
                    139.7773411111111,
                    35.67928055555556
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075113",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 47.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7773411111111,
                    35.67928055555556
                  ],
                  [
                    139.77711055555557,
                    35.67889972222222
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075092",
              "passage_link": false,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 41.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77711055555557,
                    35.67889972222222
                  ],
                  [
                    139.7769188888889,
                    35.67856305555556
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075068",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 9.1,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": "平成通り"
              },
              "line": {
                "coordinates": [
                  [
                    139.7769188888889,
                    35.67856305555556
                  ],
                  [
                    139.77687055555555,
                    35.678491944444445
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075061",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77687055555555,
                    35.678491944444445
                  ],
                  [
                    139.7767311111111,
                    35.678289444444445
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075047",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 27,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7767311111111,
                    35.678289444444445
                  ],
                  [
                    139.77659277777778,
                    35.67807361111111
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075031",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77659277777778,
                    35.67807361111111
                  ],
                  [
                    139.7764011111111,
                    35.67778388888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075005",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 36.3,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": "八丁堀二丁目",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7764011111111,
                    35.67778388888889
                  ],
                  [
                    139.77622416666668,
                    35.67749138888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073983",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 10.9,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77622416666668,
                    35.67749138888889
                  ],
                  [
                    139.77617027777777,
                    35.67740444444444
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075270",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77617027777777,
                    35.67740444444444
                  ],
                  [
                    139.77609666666666,
                    35.67743111111111
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075269",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 28.5,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77609666666666,
                    35.67743111111111
                  ],
                  [
                    139.77581361111112,
                    35.67754388888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073977",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77581361111112,
                    35.67754388888889
                  ],
                  [
                    139.77558861111112,
                    35.67763361111111
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073978",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77558861111112,
                    35.67763361111111
                  ],
                  [
                    139.7753711111111,
                    35.67772055555555
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073988",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 13.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 11,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7753711111111,
                    35.67772055555555
                  ],
                  [
                    139.77523666666667,
                    35.6777775
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073989",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 10.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": "宝町ランプ出口",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77523666666667,
                    35.6777775
                  ],
                  [
                    139.77513638888888,
                    35.67782
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073989",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 43.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77513638888888,
                    35.67782
                  ],
                  [
                    139.77491916666668,
                    35.67746722222222
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073979",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 31.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77491916666668,
                    35.67746722222222
                  ],
                  [
                    139.77476083333335,
                    35.677213888888886
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073960",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 46.4,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77476083333335,
                    35.677213888888886
                  ],
                  [
                    139.77521972222223,
                    35.67702583333333
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073654",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 50.2,
              "facility_info": [],
              "guidance": {
                "direction_code": 4,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77521972222223,
                    35.67702583333333
                  ],
                  [
                    139.77571833333334,
                    35.67682777777778
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073643",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 16.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77571833333334,
                    35.67682777777778
                  ],
                  [
                    139.775795,
                    35.676963055555554
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073641",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 14.9,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.775795,
                    35.676963055555554
                  ],
                  [
                    139.77587277777778,
                    35.677081111111114
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073642",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 18.4,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77587277777778,
                    35.677081111111114
                  ],
                  [
                    139.77597194444445,
                    35.67722305555556
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073661",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 25.7,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": "八丁堀二丁目",
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77597194444445,
                    35.67722305555556
                  ],
                  [
                    139.77609666666666,
                    35.67743111111111
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073662",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 11.4,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77609666666666,
                    35.67743111111111
                  ],
                  [
                    139.77615305555557,
                    35.6775225
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075271",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 22.6,
              "facility_info": [],
              "guidance": {
                "direction_code": 0,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.77615305555557,
                    35.6775225
                  ],
                  [
                    139.7762627777778,
                    35.677704722222224
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073984",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 3,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7762627777778,
                    35.677704722222224
                  ],
                  [
                    139.77634472222223,
                    35.67783083333333
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073985",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 7.3,
              "facility_info": [],
              "guidance": null,
              "line": {
                "coordinates": [
                  [
                    139.77634472222223,
                    35.67783083333333
                  ],
                  [
                    139.7764011111111,
                    35.67778388888889
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038075274",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            },
            {
              "distance": 15.8,
              "facility_info": [],
              "guidance": {
                "direction_code": 11,
                "direction_name": null,
                "point_name": null,
                "road_name": null
              },
              "line": {
                "coordinates": [
                  [
                    139.7764011111111,
                    35.67778388888889
                  ],
                  [
                    139.77655972222223,
                    35.67772361111111
                  ]
                ],
                "type": "LineStrings"
              },
              "link_id": "5150010000038073992",
              "passage_link": true,
              "regulation": {
                "height": null,
                "weight": null,
                "width": null
              },
              "road_type": 70,
              "toll": 0,
              "toll_flag": false,
              "toll_result": true
            }
          ],
          "passage": false,
          "time": 5.691666666666668,
          "toll": 0,
          "toll_result": true
        },
        "status": {
          "code": "0000",
          "result": true
        }
      }
    ]
  }
}