1

I searched so many links here.But i didn't understand full code. Suggest me a simple and easily understand code for driving direction between two location,and get distance from two location.

Ram
  • 1,687
  • 3
  • 18
  • 28

1 Answers1

1

You can see this post here, it retrieves JSON directions info from Google API where you can draw a route on the map between the two locations, or find the distance between the two locations (distance is in the class Route with getLength() method).

Community
  • 1
  • 1
Hesham Saeed
  • 5,358
  • 7
  • 37
  • 57