public class StopClusterDetail extends Object
Modifier and Type | Field and Description |
---|---|
String |
id |
double |
lat |
double |
lon |
String |
name |
List<StopShort> |
stops |
Constructor and Description |
---|
StopClusterDetail(StopCluster cluster,
boolean detail) |
Modifier and Type | Method and Description |
---|---|
static List<StopClusterDetail> |
list(Collection<StopCluster> in,
boolean detail) |
public String id
public String name
public double lat
public double lon
public StopClusterDetail(StopCluster cluster, boolean detail)
public static List<StopClusterDetail> list(Collection<StopCluster> in, boolean detail)
Copyright © 2018. All rights reserved.