|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Location | |
|---|---|
| com.google.api.ads.dfp.axis.v201201 | |
| Uses of Location in com.google.api.ads.dfp.axis.v201201 |
|---|
| Subclasses of Location in com.google.api.ads.dfp.axis.v201201 | |
|---|---|
class |
CityLocation
Represents a city for geographical targeting. |
class |
CountryLocation
Represents a country for geographical targeting. |
class |
MetroLocation
Represents a metropolitan area for geographical targeting. |
class |
PostalCodeLocation
Represents a postal code for geographical targeting. |
class |
RegionLocation
Represents a principal subdivision (eg. |
| Methods in com.google.api.ads.dfp.axis.v201201 that return Location | |
|---|---|
Location[] |
GeoTargeting.getExcludedLocations()
Gets the excludedLocations value for this GeoTargeting. |
Location |
GeoTargeting.getExcludedLocations(int i)
|
Location[] |
GeoTargeting.getTargetedLocations()
Gets the targetedLocations value for this GeoTargeting. |
Location |
GeoTargeting.getTargetedLocations(int i)
|
| Methods in com.google.api.ads.dfp.axis.v201201 with parameters of type Location | |
|---|---|
void |
GeoTargeting.setExcludedLocations(int i,
Location _value)
|
void |
GeoTargeting.setExcludedLocations(Location[] excludedLocations)
Sets the excludedLocations value for this GeoTargeting. |
void |
GeoTargeting.setTargetedLocations(int i,
Location _value)
|
void |
GeoTargeting.setTargetedLocations(Location[] targetedLocations)
Sets the targetedLocations value for this GeoTargeting. |
| Constructors in com.google.api.ads.dfp.axis.v201201 with parameters of type Location | |
|---|---|
GeoTargeting(Location[] targetedLocations,
Location[] excludedLocations)
|
|
GeoTargeting(Location[] targetedLocations,
Location[] excludedLocations)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||