Tuesday, May 3, 2011

Need a simple way to show a map from an address on .NET Compact Framework

Are there any easy and free methods of showing a map of a location starting from an the address in .NET Compact Framework.

I'm fine with opening IE Mobile from my application.

From stackoverflow
  • Google Map API, open the link in IE to show the location.

    Note: This obviously requires internet access.

  • EDIT: I missed the qualifier "free" in your original question, so this won't work. My apologies.

    You can make use of the Virtual Earth API to get a map and decorate it with pushpins. I used it in a small project here: http://www.codeproject.com/KB/mobile/WiMoWifiPosition.aspx

0 comments:

Post a Comment