Bing 地图 Ajax API https url?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道现在有点晚了,但到底是什么,将 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
有两个端点,一个用于 HTTPS,另一个用于 HTTP
HTTPS:
HTTP:
There are two endpoints one is for HTTPS and the other for HTTP
HTTPS:
HTTP: