Rename LatLon
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Pcm\GeocodeBundle\Data;
|
namespace Pcm\GeocodeBundle\Model;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A data class for accessing latitude and longitude values
|
* A model for accessing latitude and longitude values
|
||||||
*
|
*
|
||||||
* @package Pcm\GeocodeBundle
|
* @package Pcm\GeocodeBundle
|
||||||
*/
|
*/
|
||||||
class LatLon
|
class LatLonModel
|
||||||
{
|
{
|
||||||
public function __construct(private float $latitude, private float $longitude) {}
|
public function __construct(private float $latitude, private float $longitude) {}
|
||||||
|
|
||||||
Reference in New Issue
Block a user