CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    1

    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

  2. #2
    Join Date
    Apr 2011
    Posts
    6

    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]
    Attached Files Attached Files

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Hot to integrate my asp.net MVC web application with google map web service API.

    Google has a SDK, I believe...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Mar 2011
    Location
    London
    Posts
    54

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured