org.onebusaway.transit_data_federation.services.beans
Interface NearbyStopsBeanService
public interface NearbyStopsBeanService
Service for explicity finding stops near a target stop.
- Author:
- bdferris
getNearbyStops
List<org.onebusaway.gtfs.model.AgencyAndId> getNearbyStops(StopBean stopBean,
double radius)
- Parameters:
stopBean
- the target stop to search for nearby stopsradius
- 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.