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;
* Europe-FSU/Ukraine - Crimea.
* @internal
class Extent4648
{
public function __invoke(): array
return
[
[33.183658113, 45.808596203], [33.174854107, 45.808596203], [33.174854107, 45.79868044], [33.183658113, 45.79868044], [33.183658113, 45.808596203],
],
[36.647501506, 46.236422], [32.479116957, 46.236422], [32.479116957, 44.386365953], [36.647501506, 44.386365953], [36.647501506, 46.236422],
];
}