View Source MBTA.Model.ShapeResource (mbta_sdk v0.1.0)

Sequence of geographic points representing a path vehicles will travel on a trip. See GTFS shapes.txt.

Summary

Types

@type t() :: %MBTA.Model.ShapeResource{
  attributes: MBTA.Model.ShapeResourceAttributes.t() | nil,
  id: String.t() | nil,
  links: map() | nil,
  relationships: map() | nil,
  type: String.t() | nil
}

Functions