Class Veriplace_Location

Description

Representation of the location of a Veriplace user.

This class inherits all of the properties of Veriplace_Position, which always include longitude and latitude coordinates and an uncertainty radius. Geographic address information such as street address and city is also included whenever possible.

Properties not inherited from Veriplace_Position are:

  • property-read: string $id: The location's unique identifier, which may be used to retrieve its data again without relying on external storage.
  • property-read: DateTime $creationDate: The date and time that the location was originally generated.
  • property-read: DateTime $expirationDate: The location's expiration date, which indicates when this location must be deleted.
  • property-read: Veriplace_PositionReference $nearestPointOfInterest: A description of a nearby business or landmark, including the distance and direction to it. This will be null if you did not specifically request point-of-interest information in your original location request, or if no such point could be found.
  • property-read: Veriplace_PositionReference $nearestIntersection: A description of a nearby street intersection, including the distance and direction to it. This will be null if you did not specifically request street intersection information in your original location request, or if no such intersection could be found.

Located in /Veriplace/Types.php (line 216)

Veriplace_Position
   |
   --Veriplace_Location
Method Summary
 Veriplace_Location __construct (Veriplace_Position $pos,  $id,  $creationDate,  $expirationDate, [ $nearestPointOfInterest = null], [ $nearestIntersection = null])
Methods
Constructor __construct (line 224)
  • access: public
Veriplace_Location __construct (Veriplace_Position $pos,  $id,  $creationDate,  $expirationDate, [ $nearestPointOfInterest = null], [ $nearestIntersection = null])
  • Veriplace_Position $pos
  • $id
  • $creationDate
  • $expirationDate
  • $nearestPointOfInterest
  • $nearestIntersection

Redefinition of:
Veriplace_Position::__construct()

Inherited Methods

Inherited From Veriplace_Position

 Veriplace_Position::__construct()
 Veriplace_Position::copyFrom()
 Veriplace_Position::__toString()

Documentation generated on Sun, 29 Aug 2010 04:08:39 -0700 by phpDocumentor 1.4.1