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 location lie? Is it > possible to perform this using some google maps api to check for > location enroute ?
You can use the directions service to generate a route and 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.
