com.google.maps.gwt.client
Class Geocoder

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

public class Geocoder
extends JavaScriptObject

A service for converting between an address and a LatLng . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Nested Class Summary
static interface Geocoder.Callback
          Callback type for handling asynchronous responses from geocode.
 
Constructor Summary
protected Geocoder()
          Protected constructor avoids default public constructor.
 
Method Summary
static Geocoder create()
          Creates a new instance of a Geocoder that sends geocode requests to Google servers.
 void geocode(GeocoderRequest request, Geocoder.Callback callback)
          Geocode a request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geocoder

protected Geocoder()
Protected constructor avoids default public constructor.

Method Detail

create

public static Geocoder create()
Creates a new instance of a Geocoder that sends geocode requests to Google servers.


geocode

public final void geocode(GeocoderRequest request,
                          Geocoder.Callback callback)
Geocode a request.