bing maps

Bing Maps India and China API urls

I saw thisblog entry on bing maps where the author says how there is an China and India API.

The india SDK is in English, but the Chinese one isn't.

The urls for the libraries for both APIs are

India
"http://dev.mapindia.live.com/mapcontrol/mapcontrol.ashx?v=6.2"

China

http://dev.ditu.live.com/mapcontrol/mapcontrol.ashx?v=6.1

Bing Maps: disable pushpin events for static maps

Short Answer:

Disable the events by entering this line of code before you add VEShapes:

map.AttachEvent("onmouseover", function(e){ if (e.elementID) return true;});

Long Story:

Syndicate content