route_mbn/walk

歩行者ルート検索2.0

出発・到着地点の緯度経度に対する歩行者用のルートを検索します。

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

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

HTTP request method

POST/GET

ContentType

application/x-www-form-urlencoded

Parameters

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

名前 説明
search_type*required
integer
探索タイプ
ルート探索の探索タイプを指定します。
1
距離優先
2
時間優先
3
楽な道優先
4
屋根のある道優先
5
バリアフリー優先
priority
array[integer]
通過優先リスト
優先的に通したい要素を指定します。
複数の値を指定可能です。(共通仕様参照)
通過優先リストと通過回避リストで同じ要素を指定した場合、その要素については考慮しません。
1
エレベーター
2
エスカレーター
3
階段
4
スロープ
5
横断歩道
6
歩道橋
7
地下横断歩道
8
屋内
9
ゾーン30
avoid
array[integer]
通過回避リスト
回避したい要素を指定します。
複数の値を指定可能です。(共通仕様参照)
本パラメータで指定した構造物を通過しないと目的地に到達不可能な場合、その構造物を通過するルートが返却されます。
通過優先リストと通過回避リストで同じ要素を指定した場合、その要素については考慮しません。
1
エレベーター
2
エスカレーター
3
階段
4
スロープ
5
横断歩道
6
歩道橋
7
地下横断歩道
8
屋内
9
ゾーン30
10
踏切
from*required
array[number]
出発地点
検索するルートの出発地点を経度緯度のカンマ区切りで指定します。
経度,緯度
例)139.77165,35.6797777
to*required
array[number]
終了地点
検索するルートの終了地点を経度緯度のカンマ区切りで指定します。
経度,緯度
例)139.77165,35.6797777
waypoint
array[number]
経由地点
検索するルートの経由地点を経度緯度のカンマ区切りで指定します。
指定できる経由地点数の上限は20点となります。
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
出発地点引き込み優先タイプ
引き込みを優先する出発地点の道路を指定します。
1
駅改札
2
施設出入口
3
建物内通路
to_type
integer
終了点引き込み優先タイプ
引き込みを優先する終了地点の道路を指定します。
1
駅改札
2
施設出入口
3
建物内通路
waypoint_type
array[integer]
経由地点引き込み優先タイプ
引き込みを優先する経由地点の道路を指定します。
waypointで指定した各経由地点の引き込みタイプを","で値を区切って指定します。(共通仕様参照)
本パラメータを指定する場合、waypointと指定数を合わせる必要があります。
waypointが3点指定されたときの例:0,0,2
0
指定なし
1
駅改札
2
施設出入口
3
建物内通路
from_floor_type
integer
出発地点階数種別
出発地点の階数種別を指定します。
本パラメータを指定する場合、from_floor_numberを指定する必要があります
1
地上
2
地下
3
中地上
4
中地下
5
屋上
from_floor_number
integer
出発地点階数数値
出発地点の階数数値を1~3276までの整数で指定します。
from_floor_typeで屋上を指定した場合のみ、0を指定します。
本パラメータは施設等、階数情報が整備されている場所で有効となります。
一定の範囲内に指定された階数のリンクが存在しない場合エラーが返却されます。
本パラメータを指定する場合、from_floor_typeを指定する必要があります
to_floor_type
integer
目的地点階数種別
目的地点の階数種別を指定します。
本パラメータを指定する場合、to_floor_numberを指定する必要があります
1
地上
2
地下
3
中地上
4
中地下
5
屋上
to_floor_number
integer
目的地点階数数値
出発地点の階数数値を1~3276までの整数で指定します。
to_floor_typeで屋上を指定した場合のみ、0を指定します。
本パラメータは施設等、階数情報が整備されている場所で有効となります。
一定の範囲内に指定された階数のリンクが存在しない場合エラーが返却されます。
本パラメータを指定する場合、to_floor_typeを指定する必要があります
waypoint_floor_type
array[integer]
経由地点階数種別
経由地点の階数種別を指定します。
waypointで指定した各経由地点の階数種別を複数値で指定します(共通仕様参照)
本パラメータを指定する場合、waypointと指定数を合わせる必要があります
本パラメータを指定する場合、waypoint_floor_numberを指定する必要があります
0
指定なし
1
地上
2
地下
3
中地上
4
中地下
5
屋上
waypoint_floor_number
array[integer]
経由地点階数数値
経由地点の階数数値を指定します。
waypointで指定した各経由地点の階数数値を複数値で指定します。(共通仕様参照)
本パラメータを指定する場合、waypointと指定数を合わせる必要があります。
本パラメータを指定する場合、waypoint_floor_typeを指定する必要があります。
waypoint_floor_typeで指定なし、屋上を指定した場合、0を指定します。
max_dist
integer
default 5
検索距離上限指定
検索距離の上限を指定します。
出発地、経由地、目的地の直線距離が指定値を超える場合、エラーとなります。
経路探索した結果、総距離が指定値を超えた場合は探索結果を返却します。
5
5km
10
10km
heading
integer
進行方向
出発地の進行方向の角度を指定します。
角度は真北を0度とし、0~359までの整数で指定します。
avoid_area
array[integer]
迂回エリア
迂回するエリアを緯度経度矩形範囲(共通仕様参照)で指定します。
迂回エリアは10件まで指定可能です。1辺の長さの上限は10kmです。
time_restriction
boolean
default true
規制考慮
規制情報を考慮してルート検索を行います。
departure_timeで指定された日時の規制を考慮します。
departure_timeの指定がない場合、現在日時で動作します。
true
利用する
false
利用しない
departure_time
string
default 現在日時
出発時刻指定
出発時刻を日時(共通仕様参照)で指定します。
規制考慮(time_restriction)で、日時を考慮したルート探索を行うために使用します。
eta
boolean
default true
所要時間考慮指定
階段や横断歩道、踏切など所要時間に影響する要素を考慮して 旅行時間計算するかどうかを指定します。(経路への影響はありません)。
true
考慮する
false
考慮しない
speed
integer
default 80
歩行速度指定
歩行速度を指定します(単位:分速m)。
1~500までの整数で指定します。 旅行時間計算でのみ使用します(経路への影響はありません)。
weight
integer
default 60
体重指定
体重を指定します(単位:kg)。
1~255までの整数で指定します。
消費カロリー計算でのみ使用します(経路への影響はありません)。
stride
integer
default 70
歩幅指定
歩幅を指定します(単位:cm)。
1~255までの整数で指定します。
歩数計算、消費カロリー計算で使用します(経路への影響はありません)。
step_count
boolean
default false
歩数計算指定
歩数(参考値)を取得するかどうかを指定します。
true
取得する
false
取得しない
calorie
boolean
default false
カロリー計算指定
消費カロリー(参考値)を取得するかどうかを指定します。
true
取得する
false
取得しない
guidance
boolean
default true
案内情報取得指定
案内情報を取得するかどうかを指定します。
true
取得する
false
取得しない
attention
array[integer]
注意地点情報取得指定
取得したい注意地点情報を指定します。
複数の値を指定可能です。(共通仕様参照)
1
踏切
2
エスカレーター進入
3
ゾーン30

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
ルート探索ヘッダ情報
llunit
string
入出力経度緯度形式
  • dec

    10進度形式

  • msec

    ミリ秒形式

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

    世界測地系

  • TOKYO

    ⽇本測地系

  • TOKYO_NAVI

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

route
object
探索結果情報
distance
number
ルート全体の距離(単位:m)
time
number
ルート全体の旅行時間(単位:秒)
step_count
integer
ルート全体の総歩数(単位:歩)
calorie
number
ルート全体の総カロリー(単位:kcal)
section
array[object]
区間情報の配列
例)出発地から目的地、出発地から経由地①、経由地①から目的地など
distance
number
区間毎の距離(単位:m)
time
number
区間毎の旅行時間(単位:秒)
step_count
integer
区間毎の総歩数(単位:歩)
step_countにtrueを指定した場合、本フィールドは存在します
calorie
number
区間毎の総カロリー(単位:cal)
calorieにtrueを指定した場合、本フィールドは存在します
link
array[object]
リンク情報の配列
street_type
integer
通路種別
  • 1

    道路

  • 2

    歩道

  • 3

    路側帯

  • 4

    連絡通路

  • 5

    横断通路

  • 6

    横断歩道

  • 7

    敷地内通路

  • 8

    建物内通路

  • 9

    自転車横断帯

  • 10

    安全地帯

  • 11

    自転車道

  • 12

    地下鉄内通路

  • 13

    地下街通路

  • 14

    SAPA内通路

structure_type
array[integer]
通路構造種別
  • 1

    屋根

  • 2

    構造物下

  • 3

    階段

  • 4

    エスカレーター

  • 5

    動く歩道

  • 6

    スロープ

  • 7

    歩道橋

  • 8

    地下横断歩道

  • 9

    ペデストリアンデッキ

  • 10

    トンネル

  • 11

    雪覆

  • 12

    橋・高架

  • 13

  • 14

    高架

  • 15

    アンダーパス

  • 16

    ロードヒーティング

  • 17

    消雪パイプ

  • 18

    エレベーター

  • 19

    その他立体横断施設

link_type
array[integer]
リンク種別
  • 1

    通常

  • 2

    ジャンピングリンク

  • 3

    仮想リンク

  • 4

    エレベーター導入リンク

  • 5

    交通路構造導入リンク

  • 6

    横断歩道(通路)導入リンク

  • 7

    階段

  • 8

    エスカレーター

  • 9

    エレベーター

  • 10

    スロープ

  • 11

    動く歩道

  • 12

    交差点内リンク

  • 13

    施設導入リンク

  • 14

    施設通り抜けリンク

floor
object
階数情報
例)地上2階
floor_type:1,floor_number:2
floor_type
integer
階数種別
  • 0

    無効値

  • 1

    地上

  • 2

    地下

  • 3

    中地上

  • 4

    中地下

  • 5

    屋上

floor_number
integer
階数数値
  • 0

    無効値(屋上も含む)

  • 1~32767

    階数

tollway
integer
有料フラグ
  • 0

    無料

  • 1

    有料

distance
number
距離(単位:m)
time
object
旅行時間(単位:秒)
line
object
リンクの詳細な形状点列
GeoJSONのGeometry形式
type
string
"LineString"固定
coordinates
array[number]
形状点列
density
boolean
高密度エリアのリンクであるかどうかを示すフラグ
  • true

    高密度エリアのリンクである

  • false

    高密度エリアのリンクではない

restriction
boolean
当該リンク上に規制があるかどうかを示すフラグ
  • true

    規制がある

  • false

    規制がない

guidance
object
案内情報
案内情報取得指定にtrueを指定した場合かつ、
該当のリンクに案内情報が存在する場合のみ本フィールドは存在します
type
array[integer]
案内種別
  • 1

    簡易案内

  • 2

    目的地

  • 3

    経由地

  • 4

    交差点目印

  • 5

    通路目印

  • 6

    注意地点

  • 7

    ポリゴン交差点

  • 8

    T字路

  • 9

    屋内

  • 10

    複数ルート

  • 11

    県境

  • 12

    有料区間

  • 13

    通路名称変更

  • 14

    信号機

direction_code
integer
右左折情報
  • 1

    直進方向

  • 2

    斜め右方向

  • 3

    斜め左方向

  • 4

    右方向

  • 5

    左方向

  • 6

    右斜め後方

  • 7

    左斜め後方

  • 8

    Uターン

  • 9

    無効

angle
number
進入道路に対する脱出道路の方向
進入道路の直進方向を0度として、右回りに0~359度で表現します
右左折情報が無効の場合、無効値として-1が格納されます
landmark
array
通路目印案内
通路目印がある場合のみ、本フィールドは存在します
type
integer
進入道路に対する脱出道路の方向
  • 1

    横断通路

  • 2

    横断歩道

  • 3

    階段

  • 4

    エスカレーター

  • 5

    動く歩道

  • 6

    スロープ

  • 7

    歩道橋

  • 8

    地下横断歩道

  • 9

    ペデストリアンデッキ

  • 10

  • 11

    エレベーター

direction
string
鉛直方向
  • none

    なし

  • up

    上り

  • down

    下り

point_name
string
交差点名称
存在しない場合はnull
station_exit_name
string
駅出口名称
存在しない場合はnull
attention
object
注意地点情報
注意地点情報取得指定で有効値が指定されている場合のみ、本フィールドは存在します
level_crossing
object
踏切
exist
boolean
存在可否
  • true

    あり

  • false

    なし

offset_distance
number
当該リンク始点から踏切までの距離(単位:m)
existにtrueが格納されている場合のみ、本フィールドは存在する
escalator
boolean
エスカレーター進入
  • true

    あり

  • false

    なし

zone30
boolean
ゾーン30
  • true

    あり

  • false

    なし

restriction
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

    経路探索距離上限超過

  • 1008

    API内部エラー

  • 2001

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

  • 2002

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

  • 2003

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

  • 2004

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

  • 2005

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

  • 2006

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

  • 2007

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

  • 2008

    出発地点階数パラメータ不正

  • 2009

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

  • 2010

    終了地点階数パラメータ不正

  • 2011

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

  • 2012

    経由地点階数パラメータ不正

  • 2013

    通過優先リスト(priority)パラメータ不正

  • 2014

    通過回避リスト(avoid)パラメータ不正

  • 2015

    検索距離上限指定(max_dist)パラメータ不正

  • 2016

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

  • 2017

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

  • 2018

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

  • 2019

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

  • 2020

    歩行速度指定(speed)パラメータ不正

  • 2021

    体重指定(weight)パラメータ不正

  • 2022

    歩幅指定(stride)パラメータ不正

  • 2023

    歩数計算(step_count)パラメータ不正

  • 2024

    カロリー計算(calorie)指定パラメータ不正

  • 2025

    案内情報取得指定(guidance)パラメータ不正

  • 2026

    注意地点情報取得指定(attention)パラメータ不正

  • 2027

    所要時間考慮指定(eta)パラメータ不正

  • 8001

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

  • 8003

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

  • 8099

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

Example

リクエストURL
https://[domain]/route/route_mbn/walk?search_type=1&priority=2&avoid=9&from=139.7660968,35.6813821&to=139.758137,35.6665974&waypoint=139.758138,35.6665975&llunit=dec&datum=JGD&from_type=1&to_type=1&waypoint_type=0&from_floor_type=1&from_floor_number=1&to_floor_type=1&to_floor_number=1&waypoint_floor_type=1&waypoint_floor_number=1&max_dist=5&heading=0&avoid_area=139.758139,35.6665976,139.758140,35.6665977&time_restriction=true&departure_time=20400101010000&speed=4&weight=60&stride=70&step_count=false&calorie=false&guidance=true&attention=1&eta=false
レスポンス
{
  "result": {
    "info": {
      "hit": 1
    },
    "item": [
      {
        "header": {
          "datum": "JGD",
          "llunit": "dec"
        },
        "route": {
          "distance": 2022.8,
          "restriction": false,
          "section": [
            {
              "distance": 2022.8,
              "link": [
                {
                  "density": true,
                  "distance": 12.8,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76613416666666,
                        35.681530277777775
                      ],
                      [
                        139.7659988888889,
                        35.681565
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 192,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 50.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 313,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1,
                      9
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7659988888889,
                        35.681565
                      ],
                      [
                        139.76598,
                        35.68156944444444
                      ],
                      [
                        139.76595,
                        35.6815625
                      ],
                      [
                        139.76592888888888,
                        35.68154666666667
                      ],
                      [
                        139.76587583333333,
                        35.68148277777778
                      ],
                      [
                        139.7658211111111,
                        35.68139222222222
                      ],
                      [
                        139.76579805555556,
                        35.68134444444444
                      ],
                      [
                        139.76574,
                        35.68119472222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 751.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76574,
                        35.68119472222222
                      ],
                      [
                        139.76571722222224,
                        35.681131388888886
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 109.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76571722222224,
                        35.681131388888886
                      ],
                      [
                        139.76567305555557,
                        35.68107222222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 114,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 26.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76567305555557,
                        35.68107222222222
                      ],
                      [
                        139.7657,
                        35.68104944444445
                      ],
                      [
                        139.7656538888889,
                        35.68084694444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 394.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 0,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7656538888889,
                        35.68084694444445
                      ],
                      [
                        139.7656538888889,
                        35.68084611111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 0,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 2.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7656538888889,
                        35.68084611111111
                      ],
                      [
                        139.76563972222223,
                        35.680825
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 39,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 10.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76563972222223,
                        35.680825
                      ],
                      [
                        139.7656247222222,
                        35.68080916666667
                      ],
                      [
                        139.76557305555556,
                        35.680752222222225
                      ],
                      [
                        139.76557166666666,
                        35.680752222222225
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 153,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 23.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76557166666666,
                        35.680752222222225
                      ],
                      [
                        139.7654625,
                        35.680704444444444
                      ],
                      [
                        139.76542083333334,
                        35.680595833333335
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 357,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 98,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76542083333334,
                        35.680595833333335
                      ],
                      [
                        139.76535583333333,
                        35.68062055555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    13
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 97.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 3.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "down",
                        "type": 3
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5,
                      9
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76535583333333,
                        35.68062055555556
                      ],
                      [
                        139.76531972222222,
                        35.68062972222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    2,
                    7
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1,
                    3
                  ],
                  "time": 51,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 3.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76531972222222,
                        35.68062972222222
                      ],
                      [
                        139.765285,
                        35.680638333333334
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    2,
                    7
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1,
                    3
                  ],
                  "time": 48,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.8,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.765285,
                        35.680638333333334
                      ],
                      [
                        139.76520222222223,
                        35.680659166666665
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    2,
                    7
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1,
                    3
                  ],
                  "time": 117,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 12.1,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76520222222223,
                        35.680659166666665
                      ],
                      [
                        139.76507388888888,
                        35.68069194444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 181.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 14.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76507388888888,
                        35.68069194444445
                      ],
                      [
                        139.76492222222222,
                        35.680732222222225
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 214.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 13.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76492222222222,
                        35.680732222222225
                      ],
                      [
                        139.7647863888889,
                        35.68077888888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 199.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.2,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7647863888889,
                        35.68077888888889
                      ],
                      [
                        139.7647438888889,
                        35.68072388888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 108,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 16.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 2
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "up",
                        "type": 3
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5,
                      9
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7647438888889,
                        35.68072388888889
                      ],
                      [
                        139.76464638888888,
                        35.68060027777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    2,
                    7
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1,
                    3
                  ],
                  "time": 244.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 8.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76464638888888,
                        35.68060027777778
                      ],
                      [
                        139.76455611111112,
                        35.680570555555555
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    13
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 130.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 39.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76455611111112,
                        35.680570555555555
                      ],
                      [
                        139.76447,
                        35.68053944444444
                      ],
                      [
                        139.76430027777778,
                        35.68029388888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 597,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 20.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 69,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1,
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76430027777778,
                        35.68029388888889
                      ],
                      [
                        139.76407805555556,
                        35.68031916666666
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 304.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 81,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 277,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76407805555556,
                        35.68031916666666
                      ],
                      [
                        139.76405111111112,
                        35.68024111111111
                      ],
                      [
                        139.7638625,
                        35.67961277777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1215,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 4.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7638625,
                        35.67961277777778
                      ],
                      [
                        139.76385527777776,
                        35.679589722222225
                      ],
                      [
                        139.76384833333333,
                        35.67957444444444
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 66,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 10.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76384833333333,
                        35.67957444444444
                      ],
                      [
                        139.76381083333334,
                        35.67948694444444
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 154.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 5.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76381083333334,
                        35.67948694444444
                      ],
                      [
                        139.76380333333333,
                        35.679470555555554
                      ],
                      [
                        139.76378944444446,
                        35.67943777777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 87,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 4.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76378944444446,
                        35.67943777777778
                      ],
                      [
                        139.7637738888889,
                        35.67939666666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 70.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 12.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7637738888889,
                        35.67939666666667
                      ],
                      [
                        139.76373305555555,
                        35.6792875
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 189,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 1.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76373305555555,
                        35.6792875
                      ],
                      [
                        139.7637275,
                        35.679272777777776
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 25.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7637275,
                        35.679272777777776
                      ],
                      [
                        139.7637061111111,
                        35.67921583333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 99,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 56.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7637061111111,
                        35.67921583333333
                      ],
                      [
                        139.7636897222222,
                        35.67916555555556
                      ],
                      [
                        139.763545,
                        35.67872222222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 852,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 64.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.763545,
                        35.67872222222222
                      ],
                      [
                        139.7633811111111,
                        35.678221944444445
                      ],
                      [
                        139.7633625,
                        35.67816222222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 966,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 0,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 1,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": "東京国際フォーラム西",
                    "station_exit_name": null,
                    "type": [
                      1,
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7633625,
                        35.67816222222222
                      ],
                      [
                        139.76334333333332,
                        35.67810055555555
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 106.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 27.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76334333333332,
                        35.67810055555555
                      ],
                      [
                        139.76326833333334,
                        35.677862777777776
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 406.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 102.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76326833333334,
                        35.677862777777776
                      ],
                      [
                        139.76325,
                        35.67780277777778
                      ],
                      [
                        139.76301305555555,
                        35.677083333333336
                      ],
                      [
                        139.76299111111112,
                        35.67701527777778
                      ],
                      [
                        139.76297583333334,
                        35.67697
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1542,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 1.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 0,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 1,
                    "point_name": "丸の内三丁目",
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76297583333334,
                        35.67697
                      ],
                      [
                        139.76297166666666,
                        35.67695583333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 22.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 13.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76297166666666,
                        35.67695583333333
                      ],
                      [
                        139.76293305555555,
                        35.67683972222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 201,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76293305555555,
                        35.67683972222222
                      ],
                      [
                        139.76293,
                        35.676830277777775
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 15,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 50.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76293,
                        35.676830277777775
                      ],
                      [
                        139.7629186111111,
                        35.67679527777778
                      ],
                      [
                        139.762785,
                        35.67638777777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 763.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 52,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.762785,
                        35.67638777777778
                      ],
                      [
                        139.76265055555555,
                        35.67597861111111
                      ],
                      [
                        139.76263472222223,
                        35.675936944444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 780,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 15.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76263472222223,
                        35.675936944444445
                      ],
                      [
                        139.76258222222222,
                        35.6758
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 238.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 2.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76258222222222,
                        35.6758
                      ],
                      [
                        139.76257305555555,
                        35.67577527777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 42,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 48.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76257305555555,
                        35.67577527777778
                      ],
                      [
                        139.76255805555556,
                        35.675736388888886
                      ],
                      [
                        139.7624325,
                        35.675353888888885
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 726,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 20.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7624325,
                        35.675353888888885
                      ],
                      [
                        139.76237472222223,
                        35.675178055555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 301.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 0,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 1,
                    "point_name": "有楽町駅前",
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76237472222223,
                        35.675178055555556
                      ],
                      [
                        139.7623536111111,
                        35.67511416666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 109.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 13.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7623536111111,
                        35.67511416666667
                      ],
                      [
                        139.76231583333333,
                        35.674997777777776
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 199.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76231583333333,
                        35.674997777777776
                      ],
                      [
                        139.76229694444444,
                        35.67494055555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 99,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 26.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76229694444444,
                        35.67494055555556
                      ],
                      [
                        139.76226111111112,
                        35.67483055555556
                      ],
                      [
                        139.76222166666668,
                        35.67471111111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 394.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76222166666668,
                        35.67471111111111
                      ],
                      [
                        139.76219944444443,
                        35.674658055555554
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 93,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 8.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76219944444443,
                        35.674658055555554
                      ],
                      [
                        139.76215611111112,
                        35.674590555555554
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 126,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76215611111112,
                        35.674590555555554
                      ],
                      [
                        139.76212166666667,
                        35.67453666666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 100.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 97.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76212166666667,
                        35.67453666666667
                      ],
                      [
                        139.7620327777778,
                        35.674461111111114
                      ],
                      [
                        139.76141555555554,
                        35.67393583333333
                      ],
                      [
                        139.76137833333334,
                        35.673898055555554
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1467,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 32.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76137833333334,
                        35.673898055555554
                      ],
                      [
                        139.7611513888889,
                        35.67366833333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 490.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 31.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7611513888889,
                        35.67366833333333
                      ],
                      [
                        139.7611347222222,
                        35.673651666666665
                      ],
                      [
                        139.76093833333334,
                        35.67346416666667
                      ],
                      [
                        139.7609263888889,
                        35.673450277777775
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 474,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 33.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7609263888889,
                        35.673450277777775
                      ],
                      [
                        139.76091416666668,
                        35.67343722222222
                      ],
                      [
                        139.76069972222223,
                        35.67321444444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 499.4,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 0.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76069972222223,
                        35.67321444444445
                      ],
                      [
                        139.76069666666666,
                        35.67321027777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 7.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 4.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 1
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76069666666666,
                        35.67321027777778
                      ],
                      [
                        139.76066972222222,
                        35.673180555555554
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 5,
                  "structure_type": [],
                  "time": 61.4,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 7.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76066972222222,
                        35.673180555555554
                      ],
                      [
                        139.76062305555556,
                        35.67312805555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 106.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 24.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76062305555556,
                        35.67312805555556
                      ],
                      [
                        139.76060027777777,
                        35.67310111111111
                      ],
                      [
                        139.76047722222222,
                        35.67295305555555
                      ],
                      [
                        139.76047222222223,
                        35.67294472222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 367.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 43.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76047222222223,
                        35.67294472222222
                      ],
                      [
                        139.76046666666667,
                        35.67293611111111
                      ],
                      [
                        139.760235,
                        35.672607222222226
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 646.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 39.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.760235,
                        35.672607222222226
                      ],
                      [
                        139.76017777777778,
                        35.67252583333333
                      ],
                      [
                        139.7600336111111,
                        35.672289722222224
                      ],
                      [
                        139.76003222222224,
                        35.672287222222224
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 598.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 1.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76003222222224,
                        35.672287222222224
                      ],
                      [
                        139.76001555555555,
                        35.67229277777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 24,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 15,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.76001555555555,
                        35.67229277777778
                      ],
                      [
                        139.75992333333335,
                        35.672180555555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 225,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 4.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 330,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 3,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75992333333335,
                        35.672180555555556
                      ],
                      [
                        139.75996083333334,
                        35.6721575
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 63,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 28.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75996083333334,
                        35.6721575
                      ],
                      [
                        139.75995277777778,
                        35.67214333333333
                      ],
                      [
                        139.75982638888888,
                        35.67192111111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 433.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 76.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75982638888888,
                        35.67192111111111
                      ],
                      [
                        139.7598,
                        35.67187472222222
                      ],
                      [
                        139.75947055555557,
                        35.67129611111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1146,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 0.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75947055555557,
                        35.67129611111111
                      ],
                      [
                        139.75946666666667,
                        35.67128916666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 12,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 88.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75946666666667,
                        35.67128916666667
                      ],
                      [
                        139.75905722222222,
                        35.670569722222226
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1323,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 80.2,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75905722222222,
                        35.670569722222226
                      ],
                      [
                        139.7587002777778,
                        35.669941944444446
                      ],
                      [
                        139.75868472222223,
                        35.669915555555555
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1203,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75868472222223,
                        35.669915555555555
                      ],
                      [
                        139.7586525,
                        35.66986083333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 100.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 20.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7586525,
                        35.66986083333333
                      ],
                      [
                        139.75857527777777,
                        35.6697275
                      ],
                      [
                        139.75854222222222,
                        35.66970333333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 304.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 260,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1,
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75854222222222,
                        35.66970333333333
                      ],
                      [
                        139.75860416666666,
                        35.66967972222222
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 91.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 15.3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 87,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75860416666666,
                        35.66967972222222
                      ],
                      [
                        139.75854222222222,
                        35.66955166666666
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 229.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 90.6,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75854222222222,
                        35.66955166666666
                      ],
                      [
                        139.75851111111112,
                        35.6694875
                      ],
                      [
                        139.75816416666666,
                        35.66884833333334
                      ],
                      [
                        139.75814083333333,
                        35.66880583333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 1359,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 17.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75814083333333,
                        35.66880583333333
                      ],
                      [
                        139.75809944444444,
                        35.66865333333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 261,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 17,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75809944444444,
                        35.66865333333333
                      ],
                      [
                        139.7580311111111,
                        35.66851027777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 255,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 3.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7580311111111,
                        35.66851027777778
                      ],
                      [
                        139.75801666666666,
                        35.668480277777775
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 52.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 14.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75801666666666,
                        35.668480277777775
                      ],
                      [
                        139.75798833333334,
                        35.66842138888889
                      ],
                      [
                        139.75795722222222,
                        35.66835555555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 222,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 5.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75795722222222,
                        35.66835555555556
                      ],
                      [
                        139.75793611111112,
                        35.66830638888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 87,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 16.8,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75793611111112,
                        35.66830638888889
                      ],
                      [
                        139.75786638888889,
                        35.66816611111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 252,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 3,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75786638888889,
                        35.66816611111111
                      ],
                      [
                        139.75783333333334,
                        35.668169444444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 45,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 12.4,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75783333333334,
                        35.668169444444445
                      ],
                      [
                        139.7578125,
                        35.668125
                      ],
                      [
                        139.75779083333333,
                        35.668079444444444
                      ],
                      [
                        139.75778416666665,
                        35.66806527777778
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 186,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 28.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75778416666665,
                        35.66806527777778
                      ],
                      [
                        139.75777694444446,
                        35.66804944444444
                      ],
                      [
                        139.7576897222222,
                        35.66786777777778
                      ],
                      [
                        139.75767305555556,
                        35.66782194444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 433.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 31.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 358,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 1,
                    "landmark": [
                      {
                        "direction": "none",
                        "type": 2
                      }
                    ],
                    "point_name": "新橋駅日比谷口前",
                    "station_exit_name": null,
                    "type": [
                      1,
                      5
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75767305555556,
                        35.66782194444445
                      ],
                      [
                        139.7575736111111,
                        35.66755
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 6,
                  "structure_type": [],
                  "time": 472.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 16.1,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 275,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7575736111111,
                        35.66755
                      ],
                      [
                        139.75764027777777,
                        35.66752833333334
                      ],
                      [
                        139.75774,
                        35.6674975
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 2,
                  "structure_type": [],
                  "time": 241.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 8.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75774,
                        35.6674975
                      ],
                      [
                        139.7578125,
                        35.66747111111111
                      ],
                      [
                        139.75782972222223,
                        35.66746444444444
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    12
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 133.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 25.5,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 72,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75782972222223,
                        35.66746444444444
                      ],
                      [
                        139.75782777777778,
                        35.66745944444445
                      ],
                      [
                        139.7578125,
                        35.667318333333334
                      ],
                      [
                        139.75780277777778,
                        35.667235833333336
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 382.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 8.7,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 332,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 3,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75780277777778,
                        35.667235833333336
                      ],
                      [
                        139.75780166666667,
                        35.66721166666667
                      ],
                      [
                        139.75780805555556,
                        35.667188333333335
                      ],
                      [
                        139.75782083333334,
                        35.66717388888889
                      ],
                      [
                        139.757835,
                        35.66717111111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [],
                  "time": 130.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 0.9,
                  "floor": {
                    "floor_number": 0,
                    "floor_type": 0
                  },
                  "guidance": {
                    "angle": 296,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.757835,
                        35.66717111111111
                      ],
                      [
                        139.75784555555555,
                        35.66717055555556
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 7,
                  "structure_type": [],
                  "time": 13.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 10.1,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75784555555555,
                        35.66717055555556
                      ],
                      [
                        139.75793166666668,
                        35.6671675
                      ],
                      [
                        139.75793027777777,
                        35.66714638888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 151.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 13.5,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75793027777777,
                        35.66714638888889
                      ],
                      [
                        139.75808083333334,
                        35.66714694444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 202.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 3.6,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": 87,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1,
                      9
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75808083333334,
                        35.66714694444445
                      ],
                      [
                        139.7580827777778,
                        35.667114166666664
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 54,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 6.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7580827777778,
                        35.667114166666664
                      ],
                      [
                        139.75808666666666,
                        35.66705694444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 94.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 5.9,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75808666666666,
                        35.66705694444445
                      ],
                      [
                        139.7580925,
                        35.66700361111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 8,
                  "structure_type": [
                    1
                  ],
                  "time": 88.5,
                  "tollway": 0
                },
                {
                  "density": true,
                  "distance": 8.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      9,
                      12
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7580925,
                        35.66700361111111
                      ],
                      [
                        139.75810333333334,
                        35.66692861111111
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 124.5,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 0.7,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75810333333334,
                        35.66692861111111
                      ],
                      [
                        139.7581047222222,
                        35.66692138888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 10.5,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 13.1,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": 296,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 5,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7581047222222,
                        35.66692138888889
                      ],
                      [
                        139.7582436111111,
                        35.66688638888889
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 196.5,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 26.3,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": 67,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7582436111111,
                        35.66688638888889
                      ],
                      [
                        139.75827416666667,
                        35.66666638888889
                      ],
                      [
                        139.7582763888889,
                        35.66665166666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 394.5,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 14,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": 70,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 4,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7582763888889,
                        35.66665166666667
                      ],
                      [
                        139.75822694444443,
                        35.666648611111114
                      ],
                      [
                        139.75815166666666,
                        35.66658833333333
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 210,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 1.2,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": 36,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 2,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      1
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75815166666666,
                        35.66658833333333
                      ],
                      [
                        139.75813833333333,
                        35.66658694444445
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 18,
                  "tollway": 1
                }
              ],
              "time": 30341.8
            },
            {
              "distance": 0,
              "link": [
                {
                  "density": true,
                  "distance": 0,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      3
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.75813833333333,
                        35.66658694444445
                      ],
                      [
                        139.7581375,
                        35.66658666666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    1
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 0,
                  "tollway": 1
                },
                {
                  "density": true,
                  "distance": 0,
                  "floor": {
                    "floor_number": 1,
                    "floor_type": 1
                  },
                  "guidance": {
                    "angle": -1,
                    "attention": {
                      "escalator": false,
                      "level_crossing": {
                        "exist": false
                      },
                      "zone30": false
                    },
                    "direction_code": 9,
                    "point_name": null,
                    "station_exit_name": null,
                    "type": [
                      2
                    ]
                  },
                  "line": {
                    "coordinates": [
                      [
                        139.7581375,
                        35.66658666666667
                      ],
                      [
                        139.7581375,
                        35.66658666666667
                      ]
                    ],
                    "type": "LineString"
                  },
                  "link_type": [
                    3
                  ],
                  "restriction": false,
                  "street_type": 1,
                  "structure_type": [
                    1
                  ],
                  "time": 0,
                  "tollway": 1
                }
              ],
              "time": 0
            }
          ],
          "time": 30341.8
        },
        "status": {
          "code": "0000",
          "result": true
        }
      }
    ]
  },
  "status": "OK"
}