for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* PHPCoord.
*
* @author Doug Wright
*/
declare(strict_types=1);
namespace PHPCoord\Geometry\Extents\BoundingBoxOnly;
* South America/South America - 72°W to 66°W, N hemisphere and SIRGAS 2000 by country.
* @internal
class Extent3436
{
public function __invoke(): array
return
[
[-66, 15.632165908813], [-72, 15.632165908813], [-72, 0], [-66, 0], [-66, 15.632165908813],
],
];
}