0

I am creating an app where I have a requirement to check if a particular location is on the route? Eg. Lets say someone is travelling from A to C and I have to check if random B location falls in the route?

Mitech
  • 400
  • 4
  • 6

1 Answers1

0

If you use google map the you can check it from the response of below query. below is an example you can implement that one in your app customizing according to your need.

http://maps.google.com/maps?saddr=st.%20louis,mo&daddr=washington,dc%20to:chicago,il%20to:new%20york,ny

Pradip
  • 3,189
  • 3
  • 22
  • 27