Get Embed html code for bing map based on dynamic address -


how bing maps embed html code based on dynamic address. in page have city , state based on need show embed map in page.

in order this, have several options including embedded maps, using interactive controls or static imagery service.

embedded maps:

based on feedback, simplest way achieve want use embedded maps, find options on msdn:

http://msdn.microsoft.com/en-us/library/ee692180.aspx

you can think @ using bing maps website , configure behavior of portal using parameters:

http://msdn.microsoft.com/en-us/library/dn217138.aspx

static imagery map

if want display static map (image) pushpin @ specific location, see rest imagery service here:

http://msdn.microsoft.com/en-us/library/ff701724.aspx

sample url: http://dev.virtualearth.net/rest/v1/imagery/map/road/bellevue%20washington?maplayer=trafficflow&key=bingmapskey

interactive map using ajax v7

you can find need implement own interactive map using javascript on page:

http://msdn.microsoft.com/en-us/library/gg427610.aspx


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -