On 29 January 2012 15:50, shilpa <[email protected]> wrote: > 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?
First step is to read the documentation. The Javascript method is available as a web service. http://code.google.com/apis/maps/documentation/distancematrix/ -- 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.
