Tagged Questions
0
votes
0answers
150 views
Virtual Earth won't render properly in ASP.NET MVC view
The following code:
<body onload="GetMap()">
<script type="text/javascript" src="https://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6&s=1"></script>
<script ...
0
votes
1answer
162 views
Virtual Earth and ASP.NET MVC
I would like to use Virtual Earth on an ASP.NET MVC application for a client. What are the licenses available for commercial use?
Also, does anyone have a good example? I tried a few examples but ...