library distance-between
Simple function to return distance between two or possibly one and more distances on the globe.
vesic/distance-between
Simple function to return distance between two or possibly one and more distances on the globe.
- Wednesday, May 17, 2017
- by dusan-vesic-devtech
- Repository
- 0 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
distance-between
Installation
composer require vesic/distance-between
Usage
require __DIR__ . '/vendor/autoload.php';
use Vesic\DistanceBetween\Distance;
use Vesic\DistanceBetween\Geocoding;
$distance = new Distance(new Geocoding);
$distance->addPlace('place|address');
$distance->addPlace('place|address');
var_dump($distance->getDifference()); // output in KM
dev-master
9999999-dev
Simple function to return distance between two or possibly one and more distances on the globe.
Sources
Download
The Requires
by
vesic
0.0.3
0.0.3.0
Simple function to return distance between two or possibly one and more distances on the globe.
Sources
Download
The Requires
by
vesic
dev-dev
dev-dev
Simple function to return distance between two or possibly one and more distances on the globe.
Sources
Download
The Requires
by
vesic
0.0.2
0.0.2.0
Simple function to return distance between two or possibly one and more distances on the globe.
Sources
Download
The Requires
by
vesic
0.0.1
0.0.1.0
Simple function to return distance between two or possibly one and more distances on the globe.
Sources
Download
The Requires
by
vesic