Open slinlee opened 12 years ago
Hmm, if I remember correctly, the google API doesn't explicitly give the street name; they embed it in the directions string, which seems a little silly
Of course, we could use regex to strip it out, since the directions seemed to be of the form ".... onto
This should be easy to do since each segment is already linked to a particular step in the directions. Matching up the steps to the timeline is just a 1:1 zip.
show name of street on timeline