|
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.Geocoder
public class Geocoder
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 |
|---|
protected Geocoder()
| Method Detail |
|---|
public static final Geocoder newInstance()
public final void geocode(GeocoderRequest request,
GeocoderRequestHandler handler)
request - handler -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||