Class Veriplace_PositionReference

Description

Describes a geographic relationship to some position.

The $position property of this class will be an object derived from Veriplace_Position, such as a Veriplace_PointOfInterest or a Veriplace_StreetIntersection. The other properties of this class describe a distance and heading to that position.

  • property-read: Veriplace_Position $position: The position that this object refers to.
  • property-read: double $distanceInMeters: The distance in meters to the position.
  • property-read: double $heading: The straight-line heading to the position, in degrees clockwise from due north.

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


	
			
Method Summary
 Veriplace_PositionReference __construct (Veriplace_Position $position,  $distanceInMeters,  $heading)
Methods
Constructor __construct (line 332)
  • access: public
Veriplace_PositionReference __construct (Veriplace_Position $position,  $distanceInMeters,  $heading)

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