View Source MBTA.Model.StopResource (mbta_sdk v0.1.0)
Physical location where transit can pick-up or drop-off passengers. See https://github.com/google/transit/blob/master/gtfs/spec/en/reference.md#stopstxt for more details and https://github.com/mbta/gtfs-documentation/blob/master/reference/gtfs.md#stopstxt for specific extensions.
Summary
Types
@type t() :: %MBTA.Model.StopResource{ attributes: MBTA.Model.StopResourceAttributes.t() | nil, id: String.t() | nil, links: map() | nil, relationships: MBTA.Model.StopResourceRelationships.t() | nil, type: String.t() | nil }