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
interactive map using ajax v7
you can find need implement own interactive map using javascript on page:
Comments
Post a Comment