Strava v1.0.0 Strava.ExplorerSegment View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.ExplorerSegment{
  avg_grade: float(),
  climb_category: integer(),
  climb_category_desc: String.t(),
  distance: float(),
  elev_difference: float(),
  end_latlng: [float()],
  id: integer(),
  name: String.t(),
  points: String.t(),
  start_latlng: [float()]
}