Google::Ads::AdWords::v201109::Polygon


Back to Top


NAME

Google::Ads::AdWords::v201109::Polygon

Back to Top


DESCRIPTION

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

Represents a Polygon Criterion. A polygon is described by a list of at least three points, where each point is a (<var>latitude</var>, <var>longitude</var>) ordered pair. No point can be more than 400km from the center of the polygon. The points are specified in microdegrees, the precison for the value is 1 second of angle which is equal to 277 microdegrees.

PROPERTIES

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

Back to Top


METHODS

new

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

 { # Google::Ads::AdWords::v201109::Polygon
   vertices =>  $a_reference_to, # see Google::Ads::AdWords::v201109::GeoPoint
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::Polygon