public class GeocoderAddress extends Object
See also:
Google Geocoder Result Documentation
Note:
The most documentation in this class a have been adopted by Google documentation.
Say thank you to Google!
Constructor and Description |
---|
GeocoderAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getLongName() |
String |
getShortName()
Get the full text description or name of the address component
|
String[] |
getTypes()
Get an array that indicating the type of the address component.
|
void |
setLongName(String longName)
Set the full text description or name of the address component
|
void |
setShortName(String shortName)
Set an abbreviated textual name for the address component
|
void |
setTypes(String[] types)
Set an array that indicating the type of the address component.
|
public String getLongName()
public void setLongName(String longName)
longName
- the longName to setpublic String getShortName()
public void setShortName(String shortName)
shortName
- the shortName to setpublic String[] getTypes()
public void setTypes(String[] types)
types
- the types to setCopyright © 2015. All rights reserved.