radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
912 stars 408 forks source link

Google Maps: Change HTTP to HTTPS #114

Closed tonigarcian closed 5 years ago

pablomacri1 commented 5 years ago

it seems for google it's not only the change from http to https, because they also changed the return format (and stop responding to the query when you send the parameter: "output=dragdir". It seems they are sending a Json now, and the way greatmaps is parsing it, always return error.

tonigarcian commented 5 years ago

Until now HTTP was used, but recently, Google does not support HTTP and shows the following error.

image

I make the change in the URL by HTTPS, it shows correctly

image

According to the Geocoding API developer guide, you can use xml or json. https://developers.google.com/maps/documentation/geocoding/intro#GeocodingRequests

image

The pull request is to continue using the same way until now.

pablomacri1 commented 5 years ago

Yes, but the ditections are not working. Only the get location is working