Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2023-06-02 (4 months ago)  | | Not enough user ratings | | Total: 396 | | All time: 6,579 This week: 204 |
|
Description | | Author |
This class can calculate the distance between geographic points.
It takes as parameters the latitude and longitude coordinates of two locations on the planet.
The class calculates the distance in kilometers that would need to be traversed between the two locations on the planet surface. The distance can also be converted into miles. | |
 |
|
Innovation award
 Nominee: 6x
Winner: 2x |
|
Details

jlaso/gps
> gps related tools
I intent in this repo to have togheter all my gps tools that I need for my projects
- distance calculation between two gps points
Required PHP7
Version
1.1
Authors
-
[Joseluis Laso] - <http://www.joseluislaso.es>
Installation
To use the tools of this repo only has to be required in your composer.json:
{
"require":{
"jlaso/gps": "dev-master"
}
}
Use
Simply use the classes in it.
Tests
You can launch the test with phpunit.
License
MIT
[Joseluis Laso]:http://www.joseluislaso.es/
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.