Thanks It worked. I also did the same after trying other things. got the route and all the coordinates of polyline. then just used the distance between two points function to get the minimal with a threshold set.
On Nov 28, 1:13 pm, yip cto <[email protected]> wrote: > On 27 Nov., 23:22, Gautam Thakur <[email protected]> wrote: > > > Hi there, > > > I have a set of latitude and longitude and I want to know if between > > two end points, are there any of the other locationlie? Is it > > possible to perform this using some google maps api to check for > > location enroute ? > > You can use the directions service to generate arouteand then check > the returned polyline coordinates. May be this solves your problem. No > garantuee :-) -- 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.
