|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderResult
public class GeocoderResult
A single geocoder result retrieved from the geocode server. A geocode
request may return multiple result objects. Note that though this
result is "JSON-like," it is not strictly JSON, as it indirectly
includes a
LatLng
object.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
GeocoderResult()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static GeocoderResult |
create()
|
|
getAddressComponents()
An array of GeocoderAddressComponent
s |
java.lang.String |
getFormattedAddress()
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderResult()
Method Detail |
---|
public static final GeocoderResult create()
public finalgetAddressComponents()
GeocoderAddressComponent
s
public final java.lang.String getFormattedAddress()
public final GeocoderGeometry getGeometry()
GeocoderGeometry
object
public final JsArrayString getTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |