|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Geocoder
public class Geocoder
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 |
---|
protected Geocoder()
Method Detail |
---|
public static Geocoder create()
Geocoder
that sends geocode requests to Google servers.
public final void geocode(GeocoderRequest request, Geocoder.Callback callback)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |