Strava v0.4.1 Strava.Map View Source

Activity and segment API requests may include summary polylines of their respective routes. The values are string encodings of the latitude and longitude points using the Google encoded polyline algorithm format.

More info: http://strava.github.io/api/#polylines

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Strava.Map{id: String.t(), polyline: String.t(), resource_state: integer(), summary_polyline: String.t()}