地下街・駅構内詳細図情報取得

API名: 

detail_map_info

概要: 

緯度経度で指定した地点の地下街・駅構内詳細図情報を取得します。

URI: 

https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/detail_map_info

<API使用例>
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/detail_map_info?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.6884666,139.7062816

リクエストパラメータ

パラメータ 必須 デフォルト値 説明
latlon - 緯度経度
緯度経度を指定します。
datum   TOKYO 測地系
入力緯度経度の測地系を指定します。

出力データ

出力フォーマット

{"item":[{"mapNo":148,
          "mapName":"東京メトロ銀座駅",
          "floorInfo":[{"floorId":1
                        "floorName":"地下1階",
                        "floorLevel":-1
        ]}
         ...,]}
キー名 データ型 説明
item     array 検索結果オブジェクトが配列で入ります。
検索結果が0件の場合は空の配列となります。
  mapNo   number 地下街・駅構内詳細図シーケンス番号が入ります。
  mapName   string 地下街・駅構内詳細図名称が入ります。
  floorInfo   array 地下街・駅構内詳細図フロア情報オブジェクトが配列で入ります。
    floorId number フロアIDが入ります。
    floorName string フロア名称が入ります。
    floorLevel number 階層レベルが入ります。

出力例

[通常出力例]
https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/detail_map_info?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.6884666,139.7062816

{"item":[{"mapNo":148,
          "mapName":"東京メトロ銀座駅",
          "floorInfo":[{"floorId":1
                        "floorName":"地下1階",
                        "floorLevel":-1
        ]}
         ...,]}

[検索結果が0件の例]

https://test.core.its-mo.com/zmaps/api/apicore/core/v1_0/detail_map_info?if_clientid=JSZxxxxxxxxxx|xxxxx&if_auth_type=ip&latlon=35.6363325,139.772094444

{"item":[]}