Stores information about a single bus stop and single service. Related to the raw output of the "List Of Bus Stops" API. This API returns the same stop multiple times with each service that visites it treated as a new stop?
More...
Stores information about a single bus stop and single service. Related to the raw output of the "List Of Bus Stops" API. This API returns the same stop multiple times with each service that visites it treated as a new stop?
◆ BusStopIntermediary()
ReadingBusesAPI.BusStops.BusStopIntermediary.BusStopIntermediary |
( |
| ) |
|
The default constructor, used only for JSON Parsing. Will be made internal when System.Text.Json add support for internal constructors in a future update.
◆ GetService()
BusService ReadingBusesAPI.BusStops.BusStopIntermediary.GetService |
( |
| ) |
|
Gets the services mentioned at this stop.
- Returns
- Bus Service object connected to the stop. Returns null if invalid API data.
◆ ActoCode
string ReadingBusesAPI.BusStops.BusStopIntermediary.ActoCode |
|
getset |
The unique identifier for a bus stop.
◆ Bearing
string ReadingBusesAPI.BusStops.BusStopIntermediary.Bearing |
|
getset |
The bearing of the bus stop
◆ CommonName
string ReadingBusesAPI.BusStops.BusStopIntermediary.CommonName |
|
getset |
The public, easy to understand stop name.
◆ Latitude
string ReadingBusesAPI.BusStops.BusStopIntermediary.Latitude |
|
getset |
The latitude of the bus stop
◆ Longitude
string ReadingBusesAPI.BusStops.BusStopIntermediary.Longitude |
|
getset |
The longitude of the bus stop
◆ OperatorCode
Company ReadingBusesAPI.BusStops.BusStopIntermediary.OperatorCode |
|
getset |
The Brand/Group of buses that most frequently visit this stop. Such as Purple, for the Purple 17s.
◆ RouteCode
string ReadingBusesAPI.BusStops.BusStopIntermediary.RouteCode |
|
getset |
The service ID for a service stopping at the stop.
The documentation for this class was generated from the following file: