aamant/distance
Composer 安装命令:
composer require aamant/distance
包简介
calculating the distance between differents points
关键字:
README 文档
README
Calculating the distance between differents points
Installation
Just create a composer.json file for your project:
{
"require": {
"aamant/distance": "@stable"
}
}
Usage
$distance = new Distance( new GoogleMapProvider(new CurlHttpAdapter, 'fr-FR', GoogleMapProvider::MODE_BICYCLING)); $result = $distance->distance(array('montpellier'), array('paris', 'perpignan', 'lyon'));
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-16