文件名称:country-locator:通过给定坐标检测国家
文件大小:7.26MB
文件格式:ZIP
更新时间:2024-04-21 11:24:35
geocoding country countries reverse-geocoding reverse
国家/地区定位器 通过给定的几何图形检测国家/地区。 适合离线使用。 安装 npm install country-locator 用法 findCountryByCoordinate接受纬度和经度,或一个点作为数组, 并返回包含两个字段的国家/地区信息: 名称:国家的通用名称 代码:国家/地区的三个字母iso代码(ISO3166-1-Alpha-3) import { findCountryByCoordinate } from "country-locator" ; const countryInfo = findCountryByCoordinate ( 51.500760 , - 0.125168 ) ; console . log ( countryInfo ?. name ) ; // United Kingdom console . log ( countryInfo ?
【文件预览】:
country-locator-master
----.gitignore(2KB)
----tsconfig.json(6KB)
----README.md(2KB)
----countries.geojson(23.14MB)
----LICENSE(1KB)
----package.json(1014B)
----src()
--------types.ts(410B)
--------constants()
--------index.ts(201B)
--------find-methods()
--------validation()
----jest.config.js(70B)
----.travis.yml(376B)
----package-lock.json(178KB)