district09/php_package_dg-geopunt-geolocation

View on GitHub
src/Value/Position/Lambert72Point.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace DigipolisGent\Geopunt\Geolocation\Value\Position;

/**
 * Lambert 72 representation of a geographical point.
 */
final class Lambert72Point extends AbstractPoint
{
}