Raman
Raman

Reputation: 1

How to implement google map API in C# Application?

I want to implement Google map API in my project.I have searched alot on internet but still i m not able to integrate it in my application. Any one help me how can i implement it in my application. Thanks in advance

Upvotes: 0

Views: 5974

Answers (2)

KV Prajapati
KV Prajapati

Reputation: 94653

CodePlex project : Use Google Maps API for .net

Upvotes: 1

JohnJohnGa
JohnJohnGa

Reputation: 15685

You can use some wrapper http://www.codeproject.com/KB/aspnet/csharp-google-static-map.aspx but I really think that it is better to do this in the Api native language (Javascript) and simply follow the documentation.

Upvotes: 0

Related Questions