|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderAddressComponent
public class GeocoderAddressComponent
A single address component within a
GeocoderResult
. A full address may consist of multiple address components.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
GeocoderAddressComponent()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getLongName()
The full text of the address component |
java.lang.String |
getShortName()
The abbreviated, short text of the given address component |
JsArrayString |
getTypes()
An array of strings denoting the type of this address component |
void |
setLongName(java.lang.String long_name)
The full text of the address component |
void |
setShortName(java.lang.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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderAddressComponent()
Method Detail |
---|
public final java.lang.String getLongName()
public final java.lang.String getShortName()
public final JsArrayString getTypes()
public final void setLongName(java.lang.String long_name)
public final void setShortName(java.lang.String short_name)
public final void setTypes(JsArrayString types)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |