|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object geo.google.datamodel.GeoAddress
public class GeoAddress
Data class for address.
Constructor Summary | |
---|---|
GeoAddress()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
GeoAddressAccuracy |
getAccuracy()
|
AddressDetails |
getAddressDetails()
A structured address, formatted as xAL, or eXtensible Address Language, an international standard for address formatting. |
String |
getAddressLine()
A string value representing an unstructured address written as a standard street, city, state address, and/or as a postal code. |
GeoCoordinate |
getCoordinate()
A geographic location defined by longitude, latitude, and (optional) altitude. |
int |
hashCode()
|
void |
setAccuracy(GeoAddressAccuracy accuracy)
|
void |
setAddressDetails(AddressDetails addressDetails)
|
void |
setAddressLine(String addressLine)
|
void |
setCoordinate(GeoCoordinate coordinate)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeoAddress()
Method Detail |
---|
public AddressDetails getAddressDetails()
public void setAddressDetails(AddressDetails addressDetails)
public String getAddressLine()
public void setAddressLine(String addressLine)
public GeoCoordinate getCoordinate()
public void setCoordinate(GeoCoordinate coordinate)
public GeoAddressAccuracy getAccuracy()
public void setAccuracy(GeoAddressAccuracy accuracy)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |