|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.GeocoderAddressComponent
public class GeocoderAddressComponent
A single address component within a GeocoderResult. A full address may consist of multiple address components.
See GeocoderAddressComponent API Doc
| Constructor Summary | |
|---|---|
protected |
GeocoderAddressComponent()
use newInstance(); |
| Method Summary | |
|---|---|
String |
getLong_Name()
The full text of the address component |
String |
getShort_Name()
The abbreviated, short text of the given address component |
JsArrayString |
getTypes()
An array of strings denoting the type of this address component |
static GeocoderAddressComponent |
newInstace()
A single address component within a GeocoderResult. |
void |
setLong_Name(String long_name)
The full text of the address component |
void |
setShort_Name(String short_name)
The abbreviated, short text of the given address component |
void |
setTypes(JsArrayString types)
An array of strings denoting the type of this address component |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GeocoderAddressComponent()
| Method Detail |
|---|
public static final GeocoderAddressComponent newInstace()
public final void setLong_Name(String long_name)
long_name - public final String getLong_Name()
public final void setShort_Name(String short_name)
short_name - public final String getShort_Name()
public final void setTypes(JsArrayString types)
types - public final JsArrayString getTypes()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||