PDA

View Full Version : Virtual Earth features



devnait
05-26-2008, 03:01 AM
Hello all,

I was wondering if one can use Virtual Earth a little bit like MapPoint. Displaying data from a Dataset and these things. Or are these features MapPoint only?

Thanks in advance,
Sebastian

Eric Frost
05-26-2008, 09:18 AM
You should be able to use Virtual Earth for those things.. the programming is a lot different as well as the object model, but I think you can accomplish most of the same things.

Eric

devnait
05-26-2008, 09:24 AM
Hmm, alright...I am just doing some research for my boss. Have you seen any code that could help me figuring out how complex it is and if it can be done from a .net Windows application?
My search didn't reveal any really useful information.

Thanks in advance
Sebastian

Eric Frost
05-26-2008, 09:36 AM
You can definitely do it from a .NET Windows application.

I would recommend to play with the dev kit (Virtual Earth SDK) and examples --

The Virtual Earth Interactive SDK (http://dev.live.com/virtualearth/sdk/)

Eric

devnait
05-26-2008, 09:41 AM
Thanks Eric,

I will give it a try. But I have to say I am a total newbie in this...is there a method you know that could help me?

Regards
Sebastian

Eric Frost
05-26-2008, 09:46 AM
A method?

The interactive SDK makes it pretty easy to step through code, for instance see "Show a map", "Show the default map" and look at the Source code.

Continue through all the rest of the options until you understand all the source code.

Eric