|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoAddress | |
---|---|
geo.google | |
geo.google.mapping |
Uses of GeoAddress in geo.google |
---|
Methods in geo.google that return GeoAddress | |
---|---|
GeoAddress |
GeoAddressStandardizer.standardizeToGeoAddress(GeoUsAddress usAddress)
Deprecated. Use GeoAddressStandardizer.standardizeToGeoAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
GeoAddress |
GeoAddressStandardizer.standardizeToGeoAddress(String addressLine)
Deprecated. Use GeoAddressStandardizer.standardizeToGeoAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
Methods in geo.google that return types with arguments of type GeoAddress | |
---|---|
List<GeoAddress> |
GeoAddressStandardizer.standardizeToGeoAddresses(GeoUsAddress usAddress)
Standardize an address using google's geocoding service; |
List<GeoAddress> |
GeoAddressStandardizer.standardizeToGeoAddresses(String addressLine)
Standardize an address using google's geocoding service; |
Uses of GeoAddress in geo.google.mapping |
---|
Methods in geo.google.mapping that return types with arguments of type GeoAddress | |
---|---|
List<GeoAddress> |
XmlToAddressFunctor.execute(String xml)
|
Methods in geo.google.mapping with parameters of type GeoAddress | |
---|---|
GeoUsAddress |
AddressToUsAddressFunctor.execute(GeoAddress addr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |