org.onebusaway.webapp.gwt.where_library.view.stops
Class TransitMapManager

java.lang.Object
  extended by org.onebusaway.webapp.gwt.where_library.view.stops.TransitMapManager

public class TransitMapManager
extends Object


Constructor Summary
TransitMapManager(com.google.gwt.maps.client.MapWidget map)
           
 
Method Summary
 com.google.gwt.event.shared.HandlerRegistration addStopClickedHandler(StopClickedHandler handler)
           
 com.google.gwt.maps.client.MapWidget getMap()
           
 RouteBean getSelectedRoute()
           
 void showPlace(Place place, boolean showStopsInCurrentView, PlaceClickHandler clickHandler)
           
 void showPlaces(List<Place> places, boolean showStopsInCurrentView, PlaceClickHandler clickHandler)
           
 void showStop(StopBean stop, boolean showStopsInCurrentView)
           
 void showStops(List<StopBean> stops)
           
 void showStopsAtLocation(com.google.gwt.maps.client.geom.LatLng point, int zoomLevel)
           
 void showStopsForRoute(RouteBean route, StopsForRouteBean stopsForRoute, boolean centerViewOnRoute)
           
 void showStopsInCurrentView()
          Visualization Modes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransitMapManager

public TransitMapManager(com.google.gwt.maps.client.MapWidget map)
Method Detail

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.