You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
What this API is
緯度経度で指定された場所の標高データを返す
API endpoint URL
https://map.yahooapis.jp/alt/V1/getAltitude
Data you want to get
Interval you will get data
max 100 datas / times
API data format or link to
・JSON
API data example
{
"ResultInfo":{
"Count":1,
"Total":1,
"Start":1,
"Status":200,
"Latency":0,
"Description":null
},
"Feature":[
{
"Id":1,
"Geometry":{
"Type":"point",
"Coordinates":"139.732293,35.663613"
},
"Property":{
"Altitude":30,
"EllipsoidHeight":66.624161983353,
"GeoidHeight":36.624161983353
}
}
]
}
API license information and link to
https://developer.yahoo.co.jp/webapi/map/openlocalplatform/v1/altitude.html
Additional information of the API
リクエストパラメータ
appid …必須項目。string型で入力。Client IDを入力する。
coordinates …必須項目。string型で入力。緯度経度を入力する。緯度、経度の順でカンマ区切りで入力する。これらの値はそれぞれfloat型として使用される。複数の緯度経度を指定する場合は「緯度1,経度1,緯度2,経度2,…」と入力する。GETリクエストの場合は40点、POSTリクエストの場合は100点まで同時に入力できる。
output …string型、xml、jsonのいずれかで指定。出力形式。
callback …string型で入力。コールバック関数。outputパラメータがjsonの時、JSONPとして出力する際のコールバック関数名を指定する。UTF-8でエンコードした文字列を指定する。
GETおよびPOSTメソッドに対応。
このプログラムは国土地理院長の承認を得て同院発行の基盤地図情報及び日本のジオイド2000を複製したものである。(承認番号 平成22業複、第485号)
The text was updated successfully, but these errors were encountered: