Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We need a web application including a map with a lot of custom markers and lines between these markers. This should be implemented using Google Maps API by an external software development company. In order to host the application they told us that we would have to buy ultra high performance server hardware for the rendering of the maps and the layers. I always thought that the map rendering is done by Google Servers and only the results are displayed in the browser as a graphical representation. So is it really necessary to have monster server hardware in order to display a Google Map with some markers and connnections between them? Or are they just trying to make money? Thanks for your help!

share|improve this question

closed as off topic by George Stocker Oct 2 '12 at 15:38

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

No, you just need to save your own data in database or something, all of rendering and map job is done by Google and you just use their API to send them data and they'll return back you rendered map which they are just images .

share|improve this answer

The only requirement is a web server to serve your pages to the client and eventually a database server depending on the application's needs. The maps are rendered on the client machine. But this is not a programming question therefore it doesn't belong here.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.