Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Map's Alternative

Tags:

maps

So I am building a website that will be using map algorithms heavily for things such as:

  • POI
  • Routing from A to B then to C
  • Traffic

However, Google has a limit of 2,500 API requests per day, and I was wondering what other alternatives I have.

Because each users queries could possibly change the route, calling the google api for each person could use up the allocated API slots quite quickly. What options do I have?

like image 214
Pat841 Avatar asked Dec 22 '12 22:12

Pat841


1 Answers

Did you ever consider Open Street Map?

Perhaps this helps: http://www.ns-tech.co.uk/blog/2008/08/using-openstreetmap-overview-part-2-javascript-apis/

like image 52
Raul Pinto Avatar answered Jan 03 '23 16:01

Raul Pinto