GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: PolygonTarget

Source Location: /AdWords/v201008/cm/BulkMutateJobService.php

Class Overview

AdWordsTarget
   |
   --GeoTarget
      |
      --PolygonTarget

Represents a geographic region enclosed by a set of vertices (points).


Variables

Methods


Inherited Variables

Inherited Methods

Class: GeoTarget

GeoTarget::__construct()
GeoTarget::getNamespace()
Gets the namesapce of this class
GeoTarget::getXsiTypeName()
Gets the xsi:type name of this class

Class: AdWordsTarget

AdWordsTarget::__construct()
AdWordsTarget::getNamespace()
Gets the namesapce of this class
AdWordsTarget::getParameterMap()
Provided for getting non-php-standard named variables
AdWordsTarget::getXsiTypeName()
Gets the xsi:type name of this class
AdWordsTarget::__get()
Provided for getting non-php-standard named variables
AdWordsTarget::__set()
Provided for setting non-php-standard named variables

Class Details

[line 13553]
Represents a geographic region enclosed by a set of vertices (points).

A polygon target is described by a list of at least three points, where each point is a (latitude, longitude) ordered pair. No point can be no more than 400km from the center of the polygon. The points are specified in microdegrees, the precison for the value is 1 second which is equal to 277 microdegrees. Polygon targets cannot be used for exclusion, and other targets cannot be used to exclude regions of polygon targets.




[ Top ]


Class Variables

$vertices =

[line 13558]



Tags:

access:  public

Type:   GeoPoint[]


[ Top ]



Class Methods


constructor __construct [line 13576]

PolygonTarget __construct( [ $vertices = NULL], [ $excluded = NULL], [ $TargetType = NULL])



Tags:

access:  public


Overrides GeoTarget::__construct() (parent method not documented)

Parameters:

   $vertices  
   $excluded  
   $TargetType  

[ Top ]

method getNamespace [line 13564]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides GeoTarget::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 13572]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overrides GeoTarget::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3