GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: GeoLocation

Source Location: /AdWords/v201008/cm/GeoLocationService.php

Class Overview


Class representing a location with its geographic coordinates.


Variables

Methods


Child classes:

InvalidGeoLocation
Invalid GeoLocation object.

Class Details

[line 313]
Class representing a location with its geographic coordinates.



[ Top ]


Class Variables

$address =

[line 324]



Tags:

access:  public

Type:   Address


[ Top ]

$encodedLocation =

[line 330]



Tags:

access:  public

Type:   base64Binary


[ Top ]

$GeoLocationType =

[line 336]



Tags:

access:  public

Type:   string


[ Top ]

$geoPoint =

[line 318]



Tags:

access:  public

Type:   GeoPoint


[ Top ]



Class Methods


constructor __construct [line 386]

GeoLocation __construct( [ $geoPoint = NULL], [ $address = NULL], [ $encodedLocation = NULL], [ $GeoLocationType = NULL])



Tags:

access:  public


Overridden in child classes as:

InvalidGeoLocation::__construct()

Parameters:

   $geoPoint  
   $address  
   $encodedLocation  
   $GeoLocationType  

[ Top ]

method getNamespace [line 374]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

InvalidGeoLocation::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 366]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 382]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

InvalidGeoLocation::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 354]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 347]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3