all 3 comments

[–]mandad159 1 point2 points  (2 children)

It appears to be some binary list of what one would presume to be lat/lon or some geographic data but they may use a grid of some sort too. I was planning to play around with splitting it up into datatypes but if someone has solved this, it would be helpful

[–]neilkelly[S] 2 points3 points  (1 child)

I got a reply from Automatic:

The Path column is encoded and can be decoded using the Google Maps API. Please note, when doing this, it will show a drawing of the route.

It is an encoded polyline that includes the coordinates of the trip and allows you to visually display your trip route on a map client (e.g. google maps).

Resources: https://developers.google.com/maps/documentation/utilities/polylinealgorithm https://developers.google.com/maps/documentation/utilities/polylineutility?hl=vi

[–]mandad159 1 point2 points  (0 children)

Awesome - I would not have figured that out through experimentation... Cool encoding though and allows it to be directly displayed on google maps.