org.onebusaway.webapp.gwt.where_library.view
Interface StopFinderInterface

All Known Implementing Classes:
StopFinderPresenter

public interface StopFinderInterface


Method Summary
 String getCurrentViewAsUrl()
           
 String getStopQueryLink(String stopId)
           
 void query(String query)
           
 void queryCurrentView()
           
 void queryLocation(com.google.gwt.maps.client.geom.LatLng location, int accuracy)
           
 void queryRoute(String routeId)
           
 

Method Detail

query

void query(String query)

queryCurrentView

void queryCurrentView()

queryLocation

void queryLocation(com.google.gwt.maps.client.geom.LatLng location,
                   int accuracy)

queryRoute

void queryRoute(String routeId)

getCurrentViewAsUrl

String getCurrentViewAsUrl()

getStopQueryLink

String getStopQueryLink(String stopId)


Copyright © 2012 OneBusAway. All Rights Reserved.