Class Veriplace_PointOfInterest

Description

Describes a geographic point of interest, such as a business or a landmark.

This class inherits all of the properties of Veriplace_Position, which always include longitude and latitude coordinates (the uncertainty radius is meaningless for a point of interest). Geographic address information such as street address and city is also included whenever possible.

  • property-read: string $name: The human-readable name (e.g. business name).
  • property-read: string $category: The human-readable name of a general category for this point of interest, e.g. "Restaurants".
  • property-read: string $phoneNumber: A telephone number for this point of interest, if available.

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

Veriplace_Position
   |
   --Veriplace_PointOfInterest
Method Summary
 Veriplace_PointOfInterest __construct (Veriplace_Position $pos,  $name,  $category,  $phoneNumber)
Methods
Constructor __construct (line 273)
  • access: public
Veriplace_PointOfInterest __construct (Veriplace_Position $pos,  $name,  $category,  $phoneNumber)

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:40 -0700 by phpDocumentor 1.4.1