Class Point

Description

Represents a geographical coordinate (latitude and longitude).

Located in /src/Point.php (line 9)


	
			
Method Summary
Point __construct (string $lat, string $long)
float getLatitude ()
float getLongitude ()
Methods
Constructor __construct (line 31)

Create a Point object.

  • access: public
Point __construct (string $lat, string $long)
  • string $lat: Latitude.
  • string $long: Longitude.
getLatitude (line 41)

Returns the points latitude.

  • return: Latitude value.
  • access: public
float getLatitude ()
getLongitude (line 50)

Returns the points longitude.

  • return: Longitude value.
  • access: public
float getLongitude ()

Documentation generated on Mon, 22 Dec 2008 16:57:42 +0100 by phpDocumentor 1.4.1