public class GeocoderResult extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
GeocoderResult()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
JsArray<GeocoderAddressComponent> |
getAddress_Components()
An array of GeocoderAddressComponents
|
String |
getFormatted_Address()
A string containing the human-readable address of this location.
|
GeocoderGeometry |
getGeometry()
A GeocoderGeometry object
|
JsArrayString |
getTypes()
An array of strings denoting the type of the returned geocoded element.
|
static GeocoderResult |
newInstance()
A single geocoder result retrieved from the geocode server.
|
void |
setAddress_Components(JsArray<GeocoderAddressComponent> address_components)
An array of GeocoderAddressComponents
|
void |
setFormatted_Address(String formatted_address)
A string containing the human-readable address of this location.
|
void |
setGeometry(GeocoderGeometry geometry)
A GeocoderGeometry object
|
void |
setTypes(JsArrayString types)
An array of strings denoting the type of the returned geocoded element.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final GeocoderResult newInstance()
public final void setAddress_Components(JsArray<GeocoderAddressComponent> address_components)
address_components
- public final JsArray<GeocoderAddressComponent> getAddress_Components()
public final void setFormatted_Address(String formatted_address)
formatted_address
- public final String getFormatted_Address()
public final void setGeometry(GeocoderGeometry geometry)
geometry
- public final GeocoderGeometry getGeometry()
public final void setTypes(JsArrayString types)
types
- public final JsArrayString getTypes()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.