Okay. But im using ASP.net for server side scripting and the Google maps Api is in javascript. So how do i call the getDistanceMatrix() method from my asp.net page? I mean that i want my server to make the getDistanceMatrix() request and the response should be returned to my server only.
Thanks. On Jan 27, 5:12 pm, Rossko <[email protected]> wrote: > > Is it possible for my server to directly communicate with the Google > > maps server and get the distance? > > Sure, its an HTTP service just as it describes in the documentation. > Don't forget you must use it in conjunction with a map. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
