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

All Superinterfaces:
JSWrapper<GeocoderImpl.Response>
Enclosing interface:
GeocoderImpl

@BeanProperties
public static interface GeocoderImpl.Response
extends JSWrapper<GeocoderImpl.Response>

Provides an interface to the object passed to LocationsCallback#callback(Response)


Method Summary
 java.lang.String getName()
           
 com.google.gwt.core.client.JsArray<Placemark> getPlacemarks()
           
 GeocoderImpl.ResponseStatus getStatus()
           
 
Methods inherited from interface com.google.gwt.maps.jsio.client.JSWrapper
getExtractor, getJavaScriptObject, setJavaScriptObject, setJSONData
 

Method Detail

getName

java.lang.String getName()

getPlacemarks

@FieldName(value="Placemark")
com.google.gwt.core.client.JsArray<Placemark> getPlacemarks()

getStatus

@FieldName(value="Status")
GeocoderImpl.ResponseStatus getStatus()