PHP Класс 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.
Показать файл
Открыть проект
Открытые свойства
Открытые методы
Метод |
Описание |
|
__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 |
|
Описание методов
__construct()
публичный Метод
public __construct ( $geoPoint = null, $radiusDistanceUnits = null, $radiusInUnits = null, $address = null, $id = null, $type = null, $CriterionType = null ) |
getNamespace()
публичный Метод
Gets the namesapce of this class
getXsiTypeName()
публичный Метод
Gets the xsi:type name of this class
Описание свойств
$address публичное свойство
public Address $address |
Результат |
Address |
|
$geoPoint публичное свойство
public GeoPoint $geoPoint |
Результат |
GeoPoint |
|
$radiusDistanceUnits публичное свойство
public tnsProximityDistanceUnits $radiusDistanceUnits |
Результат |
tnsProximityDistanceUnits |
|
$radiusInUnits публичное свойство
public double $radiusInUnits |
Результат |
double |
|