|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.GeocoderRequest
public class GeocoderRequest
The specification for a geocoding request to be sent to the Geocoder.
See GeocoderRequest API Doc
Constructor Summary | |
---|---|
protected |
GeocoderRequest()
use newInstance(); |
Method Summary | |
---|---|
String |
getAddress()
Address. |
LatLngBounds |
getBounds()
LatLngBounds within which to search. |
LatLng |
getLocation()
LatLng about which to search. |
String |
getRegion()
Country code top-level domain within which to search. |
static GeocoderRequest |
newInstance()
The specification for a geocoding request to be sent to the Geocoder. |
void |
setAddress(String address)
Address. |
void |
setBounds(LatLngBounds bounds)
LatLngBounds within which to search. |
void |
setLocation(LatLng location)
LatLng about which to search. |
void |
setRegion(String region)
Country code top-level domain within which to search. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderRequest()
Method Detail |
---|
public static final GeocoderRequest newInstance()
public final void setAddress(String address)
address
- public final String getAddress()
public final void setBounds(LatLngBounds bounds)
bounds
- public final LatLngBounds getBounds()
public final void setLocation(LatLng location)
location
- public final LatLng getLocation()
public final void setRegion(String region)
region
- public final String getRegion()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |