com.google.api.ads.adwords.v201109.cm
Interface GeoLocationServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
GeoLocationServiceSoapBindingStub

public interface GeoLocationServiceInterface
extends Remote


Method Summary
 GeoLocation[] get(GeoLocationSelector selector)
          Retrieves the geographic location information for the address specified.
 

Method Detail

get

GeoLocation[] get(GeoLocationSelector selector)
                  throws RemoteException,
                         ApiException
Retrieves the geographic location information for the address specified.

Parameters:
selector - specifies the addresses.
Returns:
list of GeoLocation objects. Returns InvalidGeoLocation object if the address cannot be geocoded.
Throws:
ApiException - if problems occurred while retrieving the location information
RemoteException


Copyright © 2011. All Rights Reserved.