google-directions-ruby
google-directions-ruby copied to clipboard
Base url should be https
Google wants base url to be https now.
I have fixed this with overriding the class like
class CustomGoogleDirections < GoogleDirections
@@base_url = "https://maps.googleapis.com/maps/api/directions/xml"
end
and then I did
directions = CustomGoogleDirections.new