I am working on embedding the Google Maps API inside of my web project. So far I have the map displayed, centered on the location with the InfoWindow showing up.
My question is, is it possible to use ASP.NET server controls to interact with the javascript function GDirections.load() from the google maps API?
What I want is a way for people to enter their address into the ASP.NET control, click the Go! button and have it return the map with the directions and the text based directions below. The Google Maps API already provides a function in Javascript to submit a query to their engine (GDirections.load()), however I am not sure how to interact with that using ASP.NET controls.
I am using code behind model in C#.
Thanks!
Using Google Maps API in ASP.NETQuestion regarding Google Maps API within ASP.NET
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote


|