Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
AJAX Map Control JavaScript API
WhatsApp
Lakshmanan Sethu Sankaranarayan
5y
6.8
k
0
1
25
Blog
In this blog, I will explain about Ajax Map Control JavaScript API 7.0. This API is used to integrate Microsoft Bing Maps in to your application through client side implementation.
The URL for the API is
dev.virtualearth
Code Sample
<script type=
"text/javascript"
src=
"http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"
></script>
lt;script type=
"text/javascript"
>
function
GetMap() {
var
map =
new
Microsoft.Maps.Map(document.getElementById(
"map"
), { credentials:
"Bing Maps Key"
});
}
lt;/script>
To generate Bing Maps Key , please login into
bingmapsportal
with your Microsoft Live ID. You can avail Free trial to access API for 90 days.
AJAX Map Control JavaScript API
People also reading
Membership not found