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)
getName
java.lang.String getName()
getPlacemarks
@FieldName(value="Placemark")
com.google.gwt.core.client.JsArray<Placemark> getPlacemarks()
getStatus
@FieldName(value="Status")
GeocoderImpl.ResponseStatus getStatus()