Method | Description | |
---|---|---|
__construct ( float | integer $latitude, float | integer $longitude ) | Create a GeoPoint. | |
latitude ( ) : float | Get the latitude | |
longitude ( ) : float | Get the longitude | |
point ( ) : array | Return a GeoPoint | |
setLatitude ( integer | float $latitude ) : |
Set the latitude | |
setLongitude ( float | integer $longitude ) : |
Set the longitude |
Method | Description | |
---|---|---|
checkContext ( string $method, array $args ) : void | Let people know if they accidentally use the getter in setter context. |
public setLatitude ( integer | float $latitude ) : |
||
$latitude | integer | float | The new latitude |
return |
public setLongitude ( float | integer $longitude ) : |
||
$longitude | float | integer | The new longitude value |
return |