kinoheld/geo-distance

帮助计算两点之间的地理距离(千米)。

1.0.1 2020-07-29 13:59 UTC

This package is auto-updated.

Last update: 2024-09-29 05:02:22 UTC


README

安装

通过 composer

composer require kinoheld/geo-distance

提供的方法

kinoheld\GeoDistance\GeoDistance::calculateDistance()

计算千米距离。

kinoheld\GeoDistance\GeoDistance::buildDistanceSQL()

获取用于 SQL 查询的距离查询。