public class GeocoderAddressComponent extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
GeocoderAddressComponent()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.