library distance
calculating the distance between differents points
aamant/distance
calculating the distance between differents points
- Thursday, April 17, 2014
- by aamant
- Repository
- 1 Watchers
- 0 Stars
- 27 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Distance
Calculating the distance between differents points, (*1)
Installation
Just create a composer.json file for your project:, (*2)
``` json
{
"require": {
"aamant/distance": "@stable"
}
}, (*3)
Usage
-----
``` php
$distance = new Distance(
new GoogleMapProvider(new CurlHttpAdapter, 'fr-FR', GoogleMapProvider::MODE_BICYCLING));
$result = $distance->distance(array('montpellier'), array('paris', 'perpignan', 'lyon'));
dev-master
9999999-dev
calculating the distance between differents points
Sources
Download
MIT
The Requires
by
Arnaud Amant
distance
goip
0.1.1
0.1.1.0
calculating the distance between differents points
Sources
Download
MIT
The Requires
by
Arnaud Amant
distance
goip
0.1.0
0.1.0.0
calculating the distance between differents points
Sources
Download
MIT
The Requires
by
Arnaud Amant
distance
goip