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