Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
ReadingBusesAPI.BusStops Namespace Reference

Classes

class  BusStop
 Stores information about a single bus stop. Related to the "List Of Bus Stops" API. More...
 
class  BusStopIntermediary
 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...
 
class  Locations
 This classes simply gets all the buses stops visited by Reading Buses, by interfacing with the "List Of Bus Stops" API. More...
 
class  StopPattern
 An intermediary class used for the "Line Pattern" API, to get the route of a service. More...