On Sep 18, 11:04 am, K_V_R <[EMAIL PROTECTED]> wrote: > Hi Friends, > I want to calculate the driving distances from one central point to > other points.i think using GDirections.getdistance( ) it is possible. > But how can i calculate distances to the point from central > point.Please suggest me.
Use GDriections multiple times. Don't use the same GDirections object for more than one route simultaneously. If you're having difficulty with a particular implementation, please post a link. Do read the posting guidelines. http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
