我不是節點紅的專家,並且非常感謝使用Node-red-node-google地理編碼節點的一些幫助。 link to Google Geolocation node-red node 我想通過谷歌地理位置API從以前獲得的座標使用上述節點(地理座標選項)獲取位置地址。我通過POST從外部應用程序獲取緯度和長度。 緯度和經度數據應該如何輸入地理編碼節點以獲取正確的地址數據?經過數十次測試後,我總是得
我有兩段代碼,一個從位置&獲得地址,從地址獲取位置。 GetAddressesForPosition var geoCoder = new Geocoder();
Task.Run(async() =>
{
var possibleAddresses = await geoCoder.GetAddressesForPositionAsync(posit