org.onebusaway.webapp.gwt.where_library.view.stops
Class TransitMapManager
java.lang.Object
org.onebusaway.webapp.gwt.where_library.view.stops.TransitMapManager
public class TransitMapManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitMapManager
public TransitMapManager(com.google.gwt.maps.client.MapWidget map)
addStopClickedHandler
public com.google.gwt.event.shared.HandlerRegistration addStopClickedHandler(StopClickedHandler handler)
getMap
public com.google.gwt.maps.client.MapWidget getMap()
getSelectedRoute
public RouteBean getSelectedRoute()
showStopsInCurrentView
public void showStopsInCurrentView()
- Visualization Modes
showStopsAtLocation
public void showStopsAtLocation(com.google.gwt.maps.client.geom.LatLng point,
int zoomLevel)
showStops
public void showStops(List<StopBean> stops)
showStopsForRoute
public void showStopsForRoute(RouteBean route,
StopsForRouteBean stopsForRoute,
boolean centerViewOnRoute)
showStop
public void showStop(StopBean stop,
boolean showStopsInCurrentView)
showPlace
public void showPlace(Place place,
boolean showStopsInCurrentView,
PlaceClickHandler clickHandler)
showPlaces
public void showPlaces(List<Place> places,
boolean showStopsInCurrentView,
PlaceClickHandler clickHandler)
Copyright © 2012 OneBusAway. All Rights Reserved.