Class awGeoLocation

Description

Class representing a location with its geographic coordinates.

Located in /classes/cm/GeoLocation.php

awComplexObject
   |
   --awGeoLocation
Direct descendents
Class Description
 class awInvalidGeoLocation Invalid GeoLocation object.
Variable Summary
Method Summary
 void factory ( $row,  $className)
Variables
awAddress $address

Address of the location.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

base64Binary $encodedLocation

Encoded location information.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

awGeoPoint $geoPoint

Latitude/Longitude of the location.

<span class="constraint Required">This field is required and should not be {@code null}.</span>

mixed $_checkFields = array(
'geoPoint' => array(
'objName' => 'awGeoPoint',
'type' => 'obj'
),'address'=>array('objName'=>'awAddress','type'=>'obj'),)
  • access: public

Redefinition of:
awComplexObject::$_checkFields

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:43:59 +0200 by phpDocumentor 1.4.3