google-directions-ruby icon indicating copy to clipboard operation
google-directions-ruby copied to clipboard

Base url should be https

Open stevendelarwelle opened this issue 8 years ago • 1 comments

Google wants base url to be https now.

stevendelarwelle avatar Dec 08 '16 17:12 stevendelarwelle

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

asnad avatar Apr 05 '19 05:04 asnad