Tagged Questions

1
vote
1answer
87 views

Using Google Maps & Earth data in C#

I'm writing a flight simulator in C# using NeoAxis. It will be very helpful to get somehow real world maps (detailed) + height data to generate heightmaps. What will be good solution in this case? Can ...
0
votes
0answers
35 views

Colouring Pins in Google Earth according to date

I'm trying to develop a system on Google Maps to map out collections of a product. We have a two week window in which to collect products - I want to implement a coloured traffic light system ...
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 ...