Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CalendarEntry ¶
type CoordBySeq ¶
type CoordBySeq []Coord
func (CoordBySeq) Len ¶
func (a CoordBySeq) Len() int
func (CoordBySeq) Less ¶
func (a CoordBySeq) Less(i, j int) bool
func (CoordBySeq) Swap ¶
func (a CoordBySeq) Swap(i, j int)
type Feed ¶
type Feed struct {
Dir string
Routes map[string]*Route
Shapes map[string]*Shape
Stops map[string]*Stop
Trips map[string]*Trip
CalendarEntries map[string]CalendarEntry
}
func (*Feed) RouteByShortName ¶
type Route ¶
func (Route) LongestShape ¶
type StopTimeBySeq ¶
type StopTimeBySeq []StopTime
func (StopTimeBySeq) Len ¶
func (a StopTimeBySeq) Len() int
func (StopTimeBySeq) Less ¶
func (a StopTimeBySeq) Less(i, j int) bool
func (StopTimeBySeq) Swap ¶
func (a StopTimeBySeq) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.