BorisBikeStationFinder:找到距离指定纬度最近的 TFL Barclays Bike Hire 站的 ID、名称和纬度

时间:2024-07-30 19:15:52
【文件属性】:

文件名称:BorisBikeStationFinder:找到距离指定纬度最近的 TFL Barclays Bike Hire 站的 ID、名称和纬度

文件大小:22KB

文件格式:ZIP

更新时间:2024-07-30 19:15:52

JavaScript

节点模块,用于查找距离给定纬度和经度最近的 N 个巴克莱自行车租赁伦敦站。 #安装 $ > npm install tfl - boris - station - finder 或者 $ > git clone https: //github.com/ammanvedi/BorisBikeStationFinder.git/ #用法 var L = require ( 'tfl-boris-station-finder' ) ; var nearest = L . findNearest ( 51.503902 , - 0.143859 , 3 ) ; | 方法 | 参数 |说明 | |---|---|---|---|---| | 查找最近的 | 纬度,经度,N | 找到距离给定纬度和经度坐标最近的 N 个站点 | | #####返回值 返回一个包含距离和其他相关站点信息的


【文件预览】:
BorisBikeStationFinder-master
----test.js(295B)
----README.md(1KB)
----stations-pretty.js(105KB)
----.gitignore(27B)
----index.js(2KB)
----package.json(716B)

网友评论