Calculate the closest point and trace route in Google maps

0
Well, I'll try to be brief and clear at the same time, I'd like to know how I can calculate which point is closest to my location, I have markers all over the map already, and I have my location, the only problem is I calculate to see which is the nearest route. I think it's just that, anything just asking me to provide some of the code and everything. Hugs!

    
asked by anonymous 13.03.2016 / 22:53

1 answer

1

Trustow, the Google Api documentation is very rich. Check the link below, I believe you have everything you need.

link

You can return a Json by making an HTTPS or HTTP request.

    
14.03.2016 / 19:47