distance-matrix-api icon indicating copy to clipboard operation
distance-matrix-api copied to clipboard

Google Distance Matrix API Library for Elixir

Results 4 distance-matrix-api issues
Sort by recently updated
recently updated
newest added

update to work with phoenix 1.3 dependency wize and change json library for speed/compatibality

Hi, I'm opening an issue because I couldn't find an alternative way to ask this question. From what I see in the code it doesn't yet have support for sending...

For my use case I need to create Map based on the response from Google Distance Matrix like below, `%{%{origin=>{lat,long},dest=>{lat,long}}=> {duration,distance}} ` Since the response from the API converts coordinates...

This is because travel_list expects a strict dictionary with both origin and destination keys present. Otherwise to_param() raises and error when it converts the dict to string. I could add...