Skalar / google_distance_matrix

Ruby client for The Google Distance Matrix API.
MIT License
57 stars 45 forks source link

Support encoded polyline as request parameters #24

Closed thhermansen closed 8 years ago

thhermansen commented 8 years ago

With this pull request URL's origins and destinations values can be encoded as polylines to save space. This is particularly useful if you have a large number of origin points, because the URL is significantly shorter when using an encoded polyline.

Closes #20