1.0.0 • Published 1 year ago

@szlx/distance-calc v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

距离计算

计算两个经纬度坐标之间的距离

Installtion

npm i @szlx/distance-calc

Usage

import calcDistance from '@szlx/distance-calc'

// 两个坐标值

calcDistance(39.90403, 116.407525, 39.90403, 116.407525)
1.0.0

1 year ago