Bing Maps Ajax API https url?
Asked Answered
P

2

6

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!)

Paradigm answered 21/9, 2010 at 14:52 Comment(0)
S
26

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

Schuman answered 17/2, 2011 at 17:16 Comment(0)
P
3

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
Persas answered 11/4, 2015 at 15:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.