Google maps or Bing maps API?

人盡茶涼 提交于 2019-12-06 14:35:55

As I pointed out in my comment, my experiences were different. I worked on a web app where a user enters a zip and the application shows interesting locations within a distance of X kilometers.

Although the results from google were not that good, I really liked their maps API and I already had a reliable PHP library for displaying a map with markers for google maps. What I did: use YAHOOs webservice for geocoding (turning a zip in a latitude/longitude position) and use google maps in order to display a map with markers.

What I want to say is: use the parts that fit you best.

just a small addition to Max's answer since he suggested using the YAHOO webservice for geocoding and displaying those coordinates in a Google map. Let me quote the Terms of Use of the YAHOO Maps API (http://info.yahoo.com/legal/us/yahoo/maps/mapsapi/mapsapi-2141.html):

"1.f.(ix) [YOU SHALL NOT] use the stand-alone geocoder for any use other than displaying Yahoo! Maps or displaying points on Yahoo! Maps"

I had to read through those numerous Terms of Service of Google / Bing Maps / Yahoo recently and they all have this in common: you are only allowed to use any geocoding service etc. if you display the retreived data in their own map!

So far, just a little legal hint ;)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!