|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderRequest
public class GeocoderRequest
The specification for a geocoding request to be sent to the
Geocoder
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
GeocoderRequest()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static GeocoderRequest |
create()
|
void |
setAddress(java.lang.String address)
Address. |
void |
setBounds(LatLngBounds bounds)
LatLngBounds within which to search. |
void |
setLocation(LatLng location)
LatLng about which to search. |
void |
setRegion(java.lang.String region)
Country code top-level domain within which to search. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderRequest()
Method Detail |
---|
public static final GeocoderRequest create()
public final void setAddress(java.lang.String address)
public final void setBounds(LatLngBounds bounds)
public final void setLocation(LatLng location)
public final void setRegion(java.lang.String region)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |