org.onebusaway.webapp.gwt.common.control
Interface GeocoderResultListener


public interface GeocoderResultListener


Method Summary
 void setErrorOnQueryLocation()
           
 void setNoQueryLocations()
           
 void setQueryLocation(com.google.gwt.maps.client.geom.LatLng location)
           
 void setTooManyQueryLocations(List<com.google.gwt.maps.client.geocode.Placemark> locations)
           
 

Method Detail

setQueryLocation

void setQueryLocation(com.google.gwt.maps.client.geom.LatLng location)

setNoQueryLocations

void setNoQueryLocations()

setTooManyQueryLocations

void setTooManyQueryLocations(List<com.google.gwt.maps.client.geocode.Placemark> locations)

setErrorOnQueryLocation

void setErrorOnQueryLocation()


Copyright © 2012 OneBusAway. All Rights Reserved.