Strava v1.0.0 Strava.SummarySegment View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.SummarySegment{
  activity_type: String.t(),
  athlete_pr_effort: Strava.SummarySegmentEffort.t(),
  average_grade: float(),
  city: String.t(),
  climb_category: integer(),
  country: String.t(),
  distance: float(),
  elevation_high: float(),
  elevation_low: float(),
  end_latlng: [float()],
  id: integer(),
  maximum_grade: float(),
  name: String.t(),
  private: boolean(),
  start_latlng: [float()],
  state: String.t()
}