simon
simon

Reputation: 185

C# Winform App - Display a map

i was wondering how hard it would be using a winforms application to pass a postcode to some service and then return a map which i can display to the user ? Does anyone know of a service to do this?

I am making an app to display the local pubs in my area for fun :D

Upvotes: 2

Views: 4848

Answers (1)

Ezi
Ezi

Reputation: 2210

Yes its not to hard to accomplish.. see this link http://linqtotwitter.wordpress.com/2005/10/05/google-maps-api-in-c/

Win Forms

Another good link about offline G-Maps

Upvotes: 3

Related Questions