1) I GET /athlete/activities to make a feed on a user profile. In the feed I want to show the map with the exact route. Ideally, I would use ['map']['polyline'] but in the activities list it's only ['map']['summary_polyline'] that is returned. Is there a way to get ALL lats and longs using that endpoint? Summary only provides the start and finish lat and long.
2) General question about map building; I want to show a map for every activity I loop through. However, using Google Maps I can't build several maps using a for loop. Any other map building libraries you'd recommend?