Org\Heigl\Geo
, (*1)
This Module contains Classes to handle Geolocation-Data, (*2)
Documentation, (*3)
Usage
The main Part is the Point-Class that references any Point by
Latitude/Longitude., (*4)
Multiple points can be combined to a Polygon and multiple Polygons can be
combined to a Shape., (*5)
Such a Polygon or a Shape has a bounding box defined as a Rectangle., (*6)
Thats it., (*7)
Nothing more., (*8)
Oh, and you can convert such a Shape (or multiple shapes if you want) to an SVG
via Shape::render() by providing an instance of the Svg-Renderer., (*9)
Requirements
This Package requires at least PHP >= 5.3, (*10)
Installation
composer require org_heigl/geo