Download the PHP package zackad/normalize-coordinate without Composer
On this page you can find all versions of the php package zackad/normalize-coordinate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zackad/normalize-coordinate
More information about zackad/normalize-coordinate
Files in zackad/normalize-coordinate
Download zackad/normalize-coordinate
More information about zackad/normalize-coordinate
Files in zackad/normalize-coordinate
Vendor zackad
Package normalize-coordinate
Short Description Normalize Longitude and Latitude coordinate.
License MIT
Package normalize-coordinate
Short Description Normalize Longitude and Latitude coordinate.
License MIT
Please rate this library. Is it a good library?
Informations about the package normalize-coordinate
PHP Normalize Coordinate
Library to normalize Geographic Coordinate System (GCS) so the coordinate will be in the range of
Installation
Install with composer
Usage
API
normalize($longitude, $latitude)
: return an array of coordinate point [x, y] or [longitude, latitude]
normalizeLatitude($latitude)
: return normalized latitude coordinate whitin -90 < latitude < 90
normalizeLongitude($longitude)
: return normalized longitude coordinate whitin -180 < longitude < 180
All versions of normalize-coordinate with dependencies
PHP Build Version
Package Version
No informations.
The package zackad/normalize-coordinate contains the following files
Loading the files please wait ....