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