google-mapsmaps

Alternative to google map api, so that I can use it on a HTTPS/SSL encrypted website


I have a question regarding map API.

I was using the the Google Map API in my web site before, but since I have encryption the site using HTTPS/SSL support, the Google Map API stopped working. I checked online, and realised that Google has a Premier account only that would allow me to use HTTPS supported maps API and it cost $10,000 per year.

I do not this kind of money with me. So, can you give any other alternative to have a map API on my web site. Anything that could give me driving directions would be fine.


Solution

  • You can create a proxy in your webapp that will proxy the requests through to the Google Maps API. This will only work if you're not going to be performing more than 15,000 requests daily (I believe that's the limit). Google throttles by limiting the number of requests to 15,000 per IP.