Bing 地图 Ajax API https url?

发布于 2024-09-24 11:47:28 字数 250 浏览 3 评论 0原文

bing 地图 ajax api 的 https url 是什么?我似乎在任何地方都找不到它,目前正在使用 http:// /ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3,速度非常慢(每个页面请求需要 20-60 秒加载!)

What's the https url for bing maps ajax api? I can't seem to find it anywhere, and am currently using http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3, which is super slow (takes 20-60 seconds to load on each page request!)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梅倚清风 2024-10-01 11:47:28

我知道现在有点晚了,但到底是什么,将 https 和参数 s=1 添加到地图的末尾。
应该是这样的:

https://ecn.dev .virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3&s=1

I know its a little late for this but what the heck, add https and a parameter s=1 to the end of the map.
Should be like this:

https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3&s=1

甜中书 2024-10-01 11:47:28

有两个端点,一个用于 HTTPS,另一个用于 HTTP

HTTPS:

https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&s=1

HTTP:

http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0

There are two endpoints one is for HTTPS and the other for HTTP

HTTPS:

https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&s=1

HTTP:

http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文