public class StopCluster extends Object
Modifier and Type | Field and Description |
---|---|
List<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 © 2019. All rights reserved.