On 7 October 2011 13:50, RAVI <[email protected]> wrote: > How we can link our server database on to Google Server. > On every new query is generated for get directions it will be processed > through Google Server. > As our website where this map will be integrated will be at our servers. So > how we can link this data with Google Server's once we will generate a > query.
Use the Directions web service. But presumably your website is served to clients: it's far more efficient to get the client to do the directions request using GDirections in the Maps API. http://code.google.com/apis/maps/documentation/directions/ -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
