我正在尝试用 JavaScript 构建一个应用程序,我需要根据纬度/经度确定用户所在位置的国家和语言。
如果我将远程 API 用作 Google Maps API,这很容易,但没有它我该怎么做呢?就凭经纬度?
var lat = 48.8534100;
var lng = 2.3488000;
// Get the country from lat, lng
// Then, get the language of the country
此应用程序将用于旅行。这就是为什么。然后,获取访问过的国家及其语言。