Uses of Class
geo.google.datamodel.GeoAddressAccuracy

Packages that use GeoAddressAccuracy
geo.google.datamodel   
 

Uses of GeoAddressAccuracy in geo.google.datamodel
 

Methods in geo.google.datamodel that return GeoAddressAccuracy
 GeoAddressAccuracy GeoUsAddress.getAccuracy()
           
 GeoAddressAccuracy GeoAddress.getAccuracy()
           
static GeoAddressAccuracy GeoAddressAccuracy.getAccuracyByCode(int code)
           
static GeoAddressAccuracy GeoAddressAccuracy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeoAddressAccuracy[] GeoAddressAccuracy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in geo.google.datamodel with parameters of type GeoAddressAccuracy
 void GeoUsAddress.setAccuracy(GeoAddressAccuracy accuracy)
           
 void GeoAddress.setAccuracy(GeoAddressAccuracy accuracy)
           
 

Constructors in geo.google.datamodel with parameters of type GeoAddressAccuracy
GeoUsAddress(String addressLine1, String addressLine2, String city, String county, String state, String postalCode, String country, GeoCoordinate coordinate, GeoAddressAccuracy accuracy)
           
 



Copyright © 2008. All Rights Reserved.