gpt4 book ai didi

javascript - 如何将纬度和经度转换为北、南、东、西。如果可能在javascript中?

转载 作者:行者123 更新时间:2023-12-03 07:20:13 31 4
gpt4 key购买 nike

let latitude: = 36.6839559;
let longitude = 3.6217802;

此API需要东西南北参数


const API = `http://api.geonames.org/citiesJSON?north=${north}south=${south}&east=${east}&west=${west}&lang=de&username=demo`;

最佳答案

如果longitude < 0然后 West , 否则 East .

如果latitude < 0然后South , 否则 North .

关于javascript - 如何将纬度和经度转换为北、南、东、西。如果可能在javascript中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62719999/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com