Source for file Point.php
Documentation is available at Point.php
/** Represents a geographical coordinate (latitude and longitude).
* @package php-lastfm-api
* @author Felix Bruns <felixbruns@web.de>
/** Create a Point object.
* @param string $lat Latitude.
* @param string $long Longitude.
/** Returns the points latitude.
* @return float Latitude value.
/** Returns the points longitude.
* @return float Longitude value.
Documentation generated on Mon, 22 Dec 2008 16:57:42 +0100 by phpDocumentor 1.4.1