public final class GeoLocationDelegate extends AbstractBaseDelegate<com.google.api.ads.adwords.axis.v201309.cm.GeoLocationServiceInterface>
GeoLocationServiceInterface.| Constructor and Description |
|---|
GeoLocationDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
GeoLocationDelegate(AdWordsSession adWordsSession,
com.google.api.ads.adwords.axis.v201309.cm.GeoLocationServiceInterface service)
Constructor with custom service.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.ads.adwords.axis.v201309.cm.GeoLocation |
getGeoLocation(com.google.api.ads.adwords.axis.v201309.cm.Address address)
Retrieves the GeoLocations for an addresses.
|
List<com.google.api.ads.adwords.axis.v201309.cm.GeoLocation> |
getGeoLocation(List<com.google.api.ads.adwords.axis.v201309.cm.Address> addresses)
Retrieves the GeoLocations for the list of addresses.
|
getAdWordsSession, getServicepublic GeoLocationDelegate(AdWordsSession adWordsSession)
adWordsSession - the adWordsSession to use with the delegate/servicepublic GeoLocationDelegate(AdWordsSession adWordsSession, com.google.api.ads.adwords.axis.v201309.cm.GeoLocationServiceInterface service)
adWordsSession - the adWordsSession to use with the delegate/serviceservice - the custom service class for the SOAP servicepublic List<com.google.api.ads.adwords.axis.v201309.cm.GeoLocation> getGeoLocation(List<com.google.api.ads.adwords.axis.v201309.cm.Address> addresses) throws RemoteException
addresses - list of addresses AddressRemoteException - for communication-related exceptionspublic com.google.api.ads.adwords.axis.v201309.cm.GeoLocation getGeoLocation(com.google.api.ads.adwords.axis.v201309.cm.Address address)
throws RemoteException
address - a single AddressUtilityLibraryException - if result is emptyRemoteException - for communication-related exceptionsCopyright © 2014. All Rights Reserved.