Location
class Location
Location represents the coordinates (DMS) for the specified locality according to the list of village on the website.
Methods
__construct(float $y, float $x)
New Location representing the coordinates (DMS) for the specified locality.
float
x()
Get Coordinate-X.
float
y()
Get Coordinate-Y.
Details
at line 33
__construct(float $y, float $x)
New Location representing the coordinates (DMS) for the specified locality.
at line 44
float
x()
Get Coordinate-X.
at line 54
float
y()
Get Coordinate-Y.
at line 66
bool
equals(Location $location)
Indicates whether some other Location is equal to this one.