Reputation: 1
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
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