com.google.maps.gwt.client
Class GeocoderRequest

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.GeocoderRequest

public class GeocoderRequest
extends JavaScriptObject

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

GeocoderRequest

protected GeocoderRequest()
Protected constructor avoids default public constructor.

Method Detail

create

public static final GeocoderRequest create()

setAddress

public final void setAddress(java.lang.String address)
Address. Optional.


setBounds

public final void setBounds(LatLngBounds bounds)
LatLngBounds within which to search. Optional.


setLocation

public final void setLocation(LatLng location)
LatLng about which to search. Optional.


setRegion

public final void setRegion(java.lang.String region)
Country code top-level domain within which to search. Optional.