PHP Class Proximity, googleads-php-lib
A proximity is an area within a certain radius of a point with the center point being described
by a lat/long pair. The caller may also alternatively provide address fields which will be
geocoded into a lat/long pair. Note: If a geoPoint value is provided, the address is not
used for calculating the lat/long to target.
A criterion of this type is only targetable.
This is enabled for AdX.
Mostrar archivo
Open project: googleads/googleads-php-lib
Public Properties
Public Methods
Method |
Description |
|
__construct ( $geoPoint = null, $radiusDistanceUnits = null, $radiusInUnits = null, $address = null, $id = null, $type = null, $CriterionType = null ) |
|
|
getNamespace ( ) : string |
Gets the namesapce of this class |
|
getXsiTypeName ( ) : string |
Gets the xsi:type name of this class |
|
Method Details
__construct()
public method
public __construct ( $geoPoint = null, $radiusDistanceUnits = null, $radiusInUnits = null, $address = null, $id = null, $type = null, $CriterionType = null ) |
getNamespace()
public method
Gets the namesapce of this class
getXsiTypeName()
public method
Gets the xsi:type name of this class
Property Details
$address public_oe property
public Address $address |
return |
Address |
|
$geoPoint public_oe property
public GeoPoint $geoPoint |
return |
GeoPoint |
|
$radiusDistanceUnits public_oe property
public tnsProximityDistanceUnits $radiusDistanceUnits |
return |
tnsProximityDistanceUnits |
|
$radiusInUnits public_oe property
public double $radiusInUnits |
return |
double |
|