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

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

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

Methods in com.google.api.ads.adwords.v201109.cm that return GeoPoint
 GeoPoint GeoLocation.getGeoPoint()
          Gets the geoPoint value for this GeoLocation.
 GeoPoint LocationExtension.getGeoPoint()
          Gets the geoPoint value for this LocationExtension.
 GeoPoint Proximity.getGeoPoint()
          Gets the geoPoint value for this Proximity.
 GeoPoint[] Polygon.getVertices()
          Gets the vertices value for this Polygon.
 GeoPoint Polygon.getVertices(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type GeoPoint
 void GeoLocation.setGeoPoint(GeoPoint geoPoint)
          Sets the geoPoint value for this GeoLocation.
 void LocationExtension.setGeoPoint(GeoPoint geoPoint)
          Sets the geoPoint value for this LocationExtension.
 void Proximity.setGeoPoint(GeoPoint geoPoint)
          Sets the geoPoint value for this Proximity.
 void Polygon.setVertices(GeoPoint[] vertices)
          Sets the vertices value for this Polygon.
 void Polygon.setVertices(int i, GeoPoint _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type GeoPoint
GeoLocation(GeoPoint geoPoint, Address address, byte[] encodedLocation, String geoLocationType)
           
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)
           
Polygon(Long id, CriterionType type, String criterionType, GeoPoint[] vertices)
           
Proximity(Long id, CriterionType type, String criterionType, GeoPoint geoPoint, ProximityDistanceUnits radiusDistanceUnits, Double radiusInUnits, Address address)
           
 



Copyright © 2011. All Rights Reserved.