com.google.gwt.maps.client.impl
Interface GeocoderImpl

All Superinterfaces:
JSFlyweightWrapper

public interface GeocoderImpl
extends JSFlyweightWrapper

Wraps the GGeocoderClient object from the Maps API using JSIO.


Nested Class Summary
static class GeocoderImpl.LocationsCallback
          Provides a callback interface to getLocations(JavaScriptObject, String, com.google.gwt.maps.client.impl.GeocoderImpl.LocationsCallback) .
static interface GeocoderImpl.Response
          Provides an interface to the object passed to LocationsCallback#callback(Response)
static interface GeocoderImpl.ResponseStatus
          Provides an interface to the object passed to LocationsCallback#callback(Response).
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static GeocoderImpl impl
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject construct()
           
 com.google.gwt.core.client.JavaScriptObject construct(CustomGeocodeCache cache)
           
 com.google.gwt.core.client.JavaScriptObject construct(GeocodeCache cache)
           
 java.lang.String getBaseCountryCode(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 GeocodeCache getCache(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void getLatLng(com.google.gwt.core.client.JavaScriptObject jsoPeer, java.lang.String address, EventImpl.LatLngCallback callback)
           
 void getLocations(com.google.gwt.core.client.JavaScriptObject jsoPeer, LatLng point, GeocoderImpl.LocationsCallback callback)
           
 void getLocations(com.google.gwt.core.client.JavaScriptObject jsoPeer, java.lang.String address, GeocoderImpl.LocationsCallback callback)
           
 LatLngBounds getViewport(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void reset(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void setBaseCountryCode(com.google.gwt.core.client.JavaScriptObject jsoPeer, java.lang.String countryCode)
           
 void setCache(com.google.gwt.core.client.JavaScriptObject jsoPeer, GeocodeCache cache)
           
 void setViewport(com.google.gwt.core.client.JavaScriptObject jsoPeer, LatLngBounds bounds)
           
 

Field Detail

impl

static final GeocoderImpl impl
Method Detail

construct

@Constructor(value="$wnd.GClientGeocoder")
com.google.gwt.core.client.JavaScriptObject construct()

construct

@Constructor(value="$wnd.GClientGeocoder")
com.google.gwt.core.client.JavaScriptObject construct(CustomGeocodeCache cache)

construct

@Constructor(value="$wnd.GClientGeocoder")
com.google.gwt.core.client.JavaScriptObject construct(GeocodeCache cache)

getBaseCountryCode

java.lang.String getBaseCountryCode(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getCache

GeocodeCache getCache(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getLatLng

void getLatLng(com.google.gwt.core.client.JavaScriptObject jsoPeer,
               java.lang.String address,
               EventImpl.LatLngCallback callback)

getLocations

void getLocations(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  LatLng point,
                  GeocoderImpl.LocationsCallback callback)

getLocations

void getLocations(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  java.lang.String address,
                  GeocoderImpl.LocationsCallback callback)

getViewport

LatLngBounds getViewport(com.google.gwt.core.client.JavaScriptObject jsoPeer)

reset

void reset(com.google.gwt.core.client.JavaScriptObject jsoPeer)

setBaseCountryCode

void setBaseCountryCode(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                        java.lang.String countryCode)

setCache

void setCache(com.google.gwt.core.client.JavaScriptObject jsoPeer,
              GeocodeCache cache)

setViewport

void setViewport(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                 LatLngBounds bounds)