public class StopsByLoc
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StopsByLoc.StopInfo
For describing a stop.
|
Constructor and Description |
---|
StopsByLoc() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<StopsByLoc.StopInfo> |
getStops(Location loc,
double maxDistance)
Gets list of stops that are within maxDistance of the specified location.
|
public static java.util.List<StopsByLoc.StopInfo> getStops(Location loc, double maxDistance)
loc
- maxDistance
-