I am looking for a light-weight map component that displays a map of the US and allows users to click on a State and see information pertaining to that state. The data I want to display is in my database. I just need to know what state was selected so I can display the detail. This is something I am doing to get familiar with Silverlight.
All the searches for Silverlight/ Maps I have done so far have pointed me at solutions that are far more complicated than I need. My perception is that using Bing Maps to do this simple task would a waste of the features provide by Bing.
Anyone know of such a Component? Am I wrong that Bing Maps is not the right tool for the job?
TIA!
Update: In case anyone wants a similar setup and does not care to spend a lot of time creating paths - Here is the map I made: http://ratherbecoding.net/Silverlight/SimpleMapp
If you want the XAML/code behind & images take em: http://ratherbecoding.net/Silverlight/SimpleMapp/MapFiles.zip disclaimer: I take no responsibility for my poor Silverlight/Geographical knowledge and spelling skills.