Package | Description |
---|---|
org.transitime.gtfs |
Contains classes for reading and writing GTFS configuration data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<StopsByLoc.StopInfo> |
StopsByLoc.getStops(Location loc,
double maxDistance)
Gets list of stops that are within maxDistance of the specified location.
|