The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201206::Proximity

DESCRIPTION

Perl data type class for the XML Schema defined complexType Proximity from the namespace https://adwords.google.com/api/adwords/cm/v201206.

Represents a Proximity Criterion. 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. <p> A criterion of this type is only targetable. <span class="constraint AdxEnabled">This is enabled for AdX.</span>

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • geoPoint

  • radiusDistanceUnits

  • radiusInUnits

  • address

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Google::Ads::AdWords::v201206::Proximity
   geoPoint =>  $a_reference_to, # see Google::Ads::AdWords::v201206::GeoPoint
   radiusDistanceUnits => $some_value, # Proximity.DistanceUnits
   radiusInUnits =>  $some_value, # double
   address =>  $a_reference_to, # see Google::Ads::AdWords::v201206::Address
 },

AUTHOR

Generated by SOAP::WSDL