Follow us on GitHub

com.google.gwt.maps.client.services
Class Geocoder

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

public class Geocoder
extends JavaScriptObject

A service for converting between an address and LatLng.


Constructor Summary
protected Geocoder()
          use newInstance();
 
Method Summary
 void geocode(GeocoderRequest request, GeocoderRequestHandler handler)
          Geocode a request.
static Geocoder newInstance()
          Creates a new instance of a Geocoder that sends geocode requests to Google servers.
 
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

Geocoder

protected Geocoder()
use newInstance();

Method Detail

newInstance

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


geocode

public final void geocode(GeocoderRequest request,
                          GeocoderRequestHandler handler)
Geocode a request.

Parameters:
request -
handler -


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.