简体   繁体   English

您能推荐用于商业用途的映射API吗?

[英]Can you recommend a mapping API for commercial use?

The requirements I have have to do with being able to print routes between many nodes, be able to query the distances between nodes for best possible route calculation and to show custom icons on the maps. 我需要做的是能够在许多节点之间打印路线,能够查询节点之间的距离以获得最佳路线计算并在地图上显示自定义图标。

It is important to have a mapping source which is accurate as far as roads and streets are concerned. 对于道路和街道而言,具有准确的映射源是很重要的。

I have investigated open street maps, but i am afraid that it may not be entirely accurate. 我调查了开放的街道地图,但我担心它可能不完全准确。 Any suggestion of commercial library/API would be appreciated (as long as it's intuitive to use and does not lock you in functionality wise) 任何商业库/ API的建议都将受到赞赏(只要它使用起来直观,并且不会锁定您的功能)

I started off with Google Maps API for investigative purpose. 我开始使用Google Maps API进行调查。 I would be using the end application internally and would be for paid (so it means if I were to use Google maps, I would be paying for their commercial licence which is quite a big sum. And I only need maps for select areas , starting in northern Europe) 我将在内部使用最终应用程序并将用于支付(所以这意味着如果我使用谷歌地图,我将支付他们的商业许可证这是一笔相当大的金额。我只需要选择区域的地图,开始在北欧)

It would be nice to have a maps API which can be easily integrated in a Spring-MVC based system (so a JavaScript or Java based API) 拥有一个可以轻松集成到基于Spring-MVC的系统中的map API(所以基于JavaScript或Java的API)会很不错

We used CloudMade for our most recent map-based app. 我们将CloudMade用于最新的基于地图的应用。 Their data is sourced from OpenStreetMap, but we've been impressed with the quality of the maps. 他们的数据来自OpenStreetMap,但我们对地图的质量印象深刻。 OSM is something of a moving target, since the maps are continuously being updated, but always for the better. OSM是一个移动目标,因为地图不断更新,但总是更好。

CloudMade offer a commercial service on top of that data (ie SLA, support, etc). CloudMade在该数据之上提供商业服务(即SLA,支持等)。 Small company, eager to please. 小公司,渴望取悦。 Makes a refreshing change from dealing with Google and Bing, who are too big to care. 与Google和Bing打交道让人耳目一新,因为他们太大而无法关心。 They're adding new features all the time, and were happy to change their implementation priorities when we asked them to. 他们一直在添加新功能,并且很乐意在我们要求时改变他们的实施优先级。

Services include a javascript API, as well as a geocoder, and a simple static map web service, all of which we use from our Spring-based app. 服务包括javascript API,地理编码器和简单的静态地图Web服务,所有这些都是我们在基于Spring的应用程序中使用的。

Bing Maps Platform (以前的Microsoft Virtual Earth)应该是比谷歌地图更便宜的商业用途,可以在节点之间打印路由,支持距离计算并提供JS API。

It may be worth talking to Drawlive . 可能值得与Drawlive交谈。 I've only used their distance finder API, but they also have mapping and route generation. 我只使用了他们的测距仪API,但他们也有映射和路由生成。 The integration for distance finding is via SOAP, and I used Axis generate the client. 远程查找的集成是通过SOAP,我使用Axis生成客户端。 Bing Maps as suggested before me may also be an option: one of my customers chose them because the entry fee was much less than Google Maps. 我之前建议的Bing地图也可能是一个选项:我的一位客户之所以选择它们,是因为报名费远低于谷歌地图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM