Search code examples
.netgoogle-mapsdictionarybing-mapsmapquest

Using Google Map or Mapquest to get a map on a client/server application


I know it's pretty easy to integrate a map from google map, mapquest or other on a Web application, but I was wondering if it's possible to integrate a map on a normal client/server application (WPF).

In fact, I do not even want to see it on my application, but I would like to print an image version of a map in a report. this report would gives the user a perspective on where to go.

Is this possible, if yes which system is the best (google,mapquest,bing, any other?). It's obvious that the computer will need to be connected to the internet, but this will not be from a web app like mentionned before.

Thanks.


Solution