nominatim API 分享 – 輸入經緯度返回位置資訊
這是一個能夠透過經緯度查詢地理位置的 API。只要輸入緯度和經度,就可以獲得對應的地理位置資訊。這個 API 的連結為
https://nominatim.openstreetmap.org/reverse
,並且接受經度 (lon) 和緯度 (lat) 作為參數。該 API 的回應包含了輸入的經緯度所對應的國家、省份、城市和街道等詳細位置資訊。使用這個 API 可以方便地進行地理位置相關的應用!
https://nominatim.openstreetmap.org/reverse?lat=25.033964&lon=121.564468
1. 用 App Inventor 讀取資料