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

Class: GeoLocation

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

Class Overview


Class representing a location with its geographic coordinates.


Variables

Methods


Child classes:

InvalidGeoLocation
Invalid GeoLocation object.

Class Details

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



[ Top ]


Class Variables

$address =

[line 323]



Tags:

access:  public

Type:   Address


[ Top ]

$encodedLocation =

[line 329]



Tags:

access:  public

Type:   base64Binary


[ Top ]

$GeoLocationType =

[line 335]



Tags:

access:  public

Type:   string


[ Top ]

$geoPoint =

[line 317]



Tags:

access:  public

Type:   GeoPoint


[ Top ]



Class Methods


constructor __construct [line 385]

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 373]

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 365]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 381]

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 353]

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 346]

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