public class AddressResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressValue(java.lang.String key)
Utility method that will try and return any of the values in the
Address JavaScript object as long as it has been set
|
java.lang.String |
getCity()
Return the City attribute.
|
java.lang.String |
getState()
Return this State attribute.
|
java.lang.String |
getStreet()
Return the Address attribute.
|
java.lang.String |
getZipCode()
Return the Zip attribute.
|
public final java.lang.String getStreet()
public final java.lang.String getCity()
public final java.lang.String getState()
public final java.lang.String getZipCode()
public final java.lang.String getAddressValue(java.lang.String key)
key
- - the Key in the JavaScript object to retrieve the value