org.starhope.appius.mb.address
Class GoogleMapsGeocoder
java.lang.Object
org.starhope.appius.mb.address.GoogleMapsGeocoder
- All Implemented Interfaces:
- UserAddressValidator
public class GoogleMapsGeocoder
- extends Object
- implements UserAddressValidator
WRITEME: The documentation for this type (GoogleMapsGeocoder) is
incomplete. (brpocock@star-hope.org, Jul 20, 2009)
- Author:
- brpocock@star-hope.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleMapsGeocoder
public GoogleMapsGeocoder()
getAddressSuggestions
public UserAddress[] getAddressSuggestions(UserAddress ua)
- This is an overriding method.
- Specified by:
getAddressSuggestions
in interface UserAddressValidator
- Parameters:
ua
- WRITEME
- Returns:
- WRITEME
- See Also:
UserAddressValidator.getAddressSuggestions(org.starhope.appius.mb.UserAddress)
validateUserAddress
public boolean validateUserAddress(UserAddress ua)
- This is an overriding method.
- Specified by:
validateUserAddress
in interface UserAddressValidator
- Parameters:
ua
- WRITEME
- Returns:
- WRITEME
- See Also:
UserAddressValidator.validateUserAddress(org.starhope.appius.mb.UserAddress)