vote up 2 vote down star

which javascript map api do you folks think most powerful? lately bing also introduce their map

flag

57% accept rate

4 Answers

vote up 2 vote down

I talk about my reasons for using the Google Maps API in this answer.

link|flag
vote up 2 vote down

Think about which map is more suitable for you, have all the places you need. In US and Europe Google, Bing, Yahoo have pretty similar maps. However if you need other countries (in Asia, South America, Eastern Europe, Africa), the only answer is OpenStreetMap.

About API. The most powerful and flexible is OpenLayers, it allows you to connect to different map services. However it is a bit slow and complicated. In opposite Google API is fast and small, however it is bound to Google Maps.

If you are looking for some API contacting OpenStreetMap data, try Cloudmade.

Still choose the map first, and then select the most natural API for it.

link|flag
vote up 1 vote down

I thought that this was an interesting article on why Redfin decided to switch from Virtual Earth (Bing) to Google Maps.

link|flag
vote up 1 vote down

I think the most powerful map API is Mapstraction - an abstraction layer that supports all the major mapping APIs, allowing you to switch providers without having to refactor your code.

link|flag
but dont you think mapstraction is bit pre mature compared with openlayers? – cometta Jul 24 at 7:47

Your Answer

Get an OpenID
or

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