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

Summary

Types

@type t() :: %MBTA.Model.StopResourceAttributes{
  address: String.t() | nil,
  at_street: String.t() | nil,
  description: String.t() | nil,
  latitude: float() | nil,
  location_type: integer() | nil,
  longitude: float() | nil,
  municipality: String.t() | nil,
  name: String.t() | nil,
  on_street: String.t() | nil,
  platform_code: String.t() | nil,
  platform_name: String.t() | nil,
  vehicle_type: integer() | nil,
  wheelchair_boarding: integer() | nil
}

Functions