Google::Ads::AdWords::v201109::Polygon |
Google::Ads::AdWords::v201109::Polygon
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.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
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 },
Generated by SOAP::WSDL
Google::Ads::AdWords::v201109::Polygon |