最寄り道路リンク地点検索(歩行者)
API名:
概要:
歩行者ネットワークデータを元にリクエストパラメータの緯度経度地点から最寄道路を検索し、その道路上の最も近い点を返却します。
URI:
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/road_match2/walk
<API使用例>
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/road_match2/walk?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.687004,139.75618,35.686897,139.75594,35.6868,139.7557&range=50
リクエストパラメータ
出力データ
出力フォーマット
[{"point":{"lat":35.6870042,
"lon":139.7561803}},
...]
キー名 | データ型 | 説明 |
---|---|---|
point | object | マッチングした緯度経度情報が入ります。 |
出力例
[通常出力例]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/road_match2/walk?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.687004,139.75618,35.686897,139.75594,35.6868,139.7557&range=50
[{"point":{"lat":35.6870042,
"lon":139.7561803}},
{"point":{"lat":35.6870578,
"lon":139.7561364}},
{"point":{"lat":35.6870842,
"lon":139.7554981}}]
[2番目の値がマッチしなかった場合]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/road_match2/walk?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.687004,139.75618,1,1,35.6868,139.7557&range=50
[{"point":{"lat":35.6870042,
"lon":139.7561803}},
null,
{"point":{"lat":35.6870842,
"lon":139.7554981}}]