[ASP.NET] 使用HTTP GET 地址轉經緯度

如標題

原本要用 google 的 google geocoding API,但都要用信用卡驗證開戶了....

 

從文章

https://ithelp.ithome.com.tw/questions/10198540?sc=rss.qu

後來找到這個developer.here.com,需要註冊帳號 ,地址轉經緯度,目前1天限制25K次

https://developer.here.com/documentation/examples/rest/geocoder

C# http get 就不寫了...這個網路上很多

再後來發現有 bing map  api…… 盡量套用culture參數定位才會比較正常

https://www.microsoft.com/en-us/maps/choose-your-bing-maps-api


https://dev.virtualearth.net/REST/v1/Locations/{latitude},{longitude}?culture=zh-CN&key={API金鑰}

https://dev.virtualearth.net/REST/v1/Locations/{latitude},{longitude}?key={API金鑰}

以上文章僅用紀錄資料使用.....