good day, evening or night, I wonder if it is possible with this library to trace or draw a route between two points on the map, also calculate the distance and time from one point to another.
As a starting point look at: https://developers.google.com/maps/documentation/directions/?hl=en
With this api calls you can get distance and time between one ore more points; you can also use the returned polyline values to draw them on the map. Sample:
"polyline":{
"points":"a~l~Fjk~uOwHJy@P"
For using this api you should be able to use json or xml files.
Greetings and good luck!
Reinhard
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.