org.onebusaway.transit_data_federation.services.beans
Interface NearbyStopsBeanService


public interface NearbyStopsBeanService

Service for explicity finding stops near a target stop.

Author:
bdferris

Method Summary
 List<org.onebusaway.gtfs.model.AgencyAndId> getNearbyStops(StopBean stopBean, double radius)
           
 

Method Detail

getNearbyStops

List<org.onebusaway.gtfs.model.AgencyAndId> getNearbyStops(StopBean stopBean,
                                                           double radius)
Parameters:
stopBean - the target stop to search for nearby stops
radius - the search radius in meters around the stop location
Returns:
ids of stops within the radius of the target stop (but excludes the target stop id itself)


Copyright © 2012 OneBusAway. All Rights Reserved.