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 - Rivne and Khmelnytskyi oblasts.
* @internal
class Extent4651
{
public function __invoke(): array
return
[
[27.899882, 51.949638999], [25.084657, 51.949638999], [25.084657, 48.451379], [27.899882, 48.451379], [27.899882, 51.949638999],
],
];
}