Uses of Class
com.google.api.ads.adwords.v201109.cm.Address

Packages that use Address
com.google.api.ads.adwords.v201109.cm   
 

Uses of Address in com.google.api.ads.adwords.v201109.cm
 

Methods in com.google.api.ads.adwords.v201109.cm that return Address
 Address GeoLocation.getAddress()
          Gets the address value for this GeoLocation.
 Address LocationExtension.getAddress()
          Gets the address value for this LocationExtension.
 Address Proximity.getAddress()
          Gets the address value for this Proximity.
 Address[] GeoLocationSelector.getAddresses()
          Gets the addresses value for this GeoLocationSelector.
 Address GeoLocationSelector.getAddresses(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type Address
 void GeoLocation.setAddress(Address address)
          Sets the address value for this GeoLocation.
 void LocationExtension.setAddress(Address address)
          Sets the address value for this LocationExtension.
 void Proximity.setAddress(Address address)
          Sets the address value for this Proximity.
 void GeoLocationSelector.setAddresses(Address[] addresses)
          Sets the addresses value for this GeoLocationSelector.
 void GeoLocationSelector.setAddresses(int i, Address _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type Address
GeoLocation(GeoPoint geoPoint, Address address, byte[] encodedLocation, String geoLocationType)
           
GeoLocationSelector(Address[] addresses)
           
InvalidGeoLocation(GeoPoint geoPoint, Address address, byte[] encodedLocation, String geoLocationType)
           
LocationExtension(Long id, String adExtensionType, Address address, GeoPoint geoPoint, byte[] encodedLocation, String companyName, String phoneNumber, LocationExtensionSource source, Long iconMediaId, Long imageMediaId)
           
Proximity(Long id, CriterionType type, String criterionType, GeoPoint geoPoint, ProximityDistanceUnits radiusDistanceUnits, Double radiusInUnits, Address address)
           
 



Copyright © 2011. All Rights Reserved.