Newbie question
I am really new to Virtual Earth. I have used the control and have even partially implemented it on our corporate intranet. My question is, we have several locations throughout the United States and each location can be a certain type of location. Is there a way to populate pushpins based on locations in a dataset (or XML file) and then color those individiual pushpins based on the location's type. Further down the road, I would like to implement selection of two or more locations and showing the distance between them. I also would like to include a notepad with links to turn on and off location types.
What I need to know is if this is all possible using Virtual Earth?
Thanks.
Virtual Earth is very flexible. For simply applications it can be as simply as a html page with some javascript. You can also use server side logic to communicate with the client using AJAX. So for example you could use a parameter on the url to identify your locations and display different data to them (custom pushpins allow you to have whatever you like) or even automatically work out their location based on IP address?
Anything you can do in asp.net you can do in VE, but you get the power of location information and a great interface. That said you can use whatever server side language you like.
Remember to check out the interactive SDK:
http://dev.live.com/virtualearth/sdk/
And the new code WIKI:
http://www.viavirtualearth.com/wiki/Welcome.ashx
John.