Strava v1.0.0 Strava.Route View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.Route{
  athlete: Strava.SummaryAthlete.t(),
  description: String.t(),
  directions: [Strava.RouteDirection.t()],
  distance: float(),
  elevation_gain: float(),
  id: integer(),
  map: Strava.PolylineMap.t(),
  name: String.t(),
  private: boolean(),
  segments: [Strava.SummarySegment.t()],
  starred: boolean(),
  sub_type: integer(),
  timestamp: integer(),
  type: integer()
}