public class Place extends Object
Modifier and Type | Field and Description |
---|---|
Calendar |
arrival
The time the rider will arrive at the place.
|
String |
bikeShareId
In case the vertex is of type Bike sharing station.
|
Calendar |
departure
The time the rider will depart the place.
|
Double |
lat
The latitude of the place.
|
Double |
lon
The longitude of the place.
|
String |
name
For transit stops, the name of the stop.
|
String |
orig |
String |
platformCode
The code or name identifying the quay/platform the vehicle will arrive at or depart from
|
String |
stopCode
The "code" of the stop.
|
org.onebusaway.gtfs.model.AgencyAndId |
stopId
The ID of the stop.
|
Integer |
stopIndex
For transit trips, the stop index (numbered from zero from the start of the trip
|
Integer |
stopSequence
For transit trips, the sequence number of the stop.
|
VertexType |
vertexType
Type of vertex.
|
String |
zoneId |
public String name
public org.onebusaway.gtfs.model.AgencyAndId stopId
public String stopCode
public String platformCode
public Double lon
public Double lat
public Calendar arrival
public Calendar departure
public String orig
public String zoneId
public Integer stopIndex
public Integer stopSequence
public VertexType vertexType
public String bikeShareId
Copyright © 2018. All rights reserved.