public class PredsByLoc
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_MAX_DISTANCE |
| Constructor and Description |
|---|
PredsByLoc() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
getNearbyAgencies(double latitude,
double longitude,
double distance)
Returns list of agencies that are with the specified distance of the
latitude and longitude.
|
public static final double MAX_MAX_DISTANCE
public static java.util.List<java.lang.String> getNearbyAgencies(double latitude,
double longitude,
double distance)
latitude - longitude - distance -