Veriplace_PositionBase class for objects that describe a geographic location.
Longitude, latitude, and uncertainty radius are always required. All other properties, such as street address, are optional and will be null (rather than empty strings) if not available.
Located in /Veriplace/Types.php (line 92)
| Class | Description |
|---|---|
Veriplace_Location
|
Representation of the location of a Veriplace user. |
Veriplace_PointOfInterest
|
Describes a geographic point of interest, such as a business or a landmark. |
Veriplace_StreetIntersection
|
Describes an intersection of two streets. |
Veriplace_Position
__construct
( $longitude, $latitude, $uncertainty, $street, $street2, $city, $neighborhood, $state, $postal, $countryCode)
Constructor __construct (line 105)
__toString (line 136)
Default string conversion using the format "(longitude, latitude, uncertainty)".
Documentation generated on Sun, 29 Aug 2010 04:08:40 -0700 by phpDocumentor 1.4.1