Contains information about the stop/station for this part of the trip
Definition
public class Stop
Summary
The following table summarizes the members exposed in this class.
Public Constructors
Stop Constructor() | Initializes a new instance of the Stop class. |
Public Properties
Location | The location of the transit station/stop, represented as lattitude and longitude. |
Name | The name of the transit station/stop. eg. "Union Square". |
Public Constructors
public Stop()
Public Properties
public Location Location { get; set; }
The location of the transit station/stop, represented as lattitude and longitude.
public string Name { get; set; }
The name of the transit station/stop. eg. "Union Square".