public class StopCluster extends Object
| Modifier and Type | Field and Description |
|---|---|
List<org.onebusaway.gtfs.model.Stop> |
children |
String |
id |
double |
lat |
double |
lon |
String |
name |
| Constructor and Description |
|---|
StopCluster(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeCenter() |
void |
setCoordinates(double lat,
double lon) |
String |
toString() |
Copyright © 2018. All rights reserved.