Hot to integrate my asp.net MVC web application with google map web service API.
And i am currently working on an asp.net MVC application , where i need to call Google map web service API, so is there avilalbe to resouces that shows how i can call the web service API and display the google MAP inside my MVc application.
thanks in advnace
1 Attachment(s)
Re: Hot to integrate my asp.net MVC web application with google map web service API.
If You are doing an MVC.NET Application , you will find this interesting as well.
MVC.NET 4.00 Presentation.
:) if you need information, email me on : [email protected]
Re: Hot to integrate my asp.net MVC web application with google map web service API.
Google has a SDK, I believe...
Re: Hot to integrate my asp.net MVC web application with google map web service API.
Hello,
Google maps do have an api:
http://code.google.com/apis/maps/index.html
I've used it before with ASP.NET using javascript. Once you've learnt the basics of their API, it's very easy to use.