BenLoo
#1
Hi,
I am currently using the Routing API to get the routing details.
Can I understand what is the units for distance and time? Is it meters for distance and minutes for time?
With regards to the details for the itineraries is there any way I can use any R packages to visualise it? Or maybe Google map or something?
Regards,
Ben
junhong
#2
Hi Ben
For the units for distance and time, you may refer to https://docs.onemap.sg/#route
It is stated clearly there.
As for visualisation of routing details such as itineraries, you may wish to use Leaflet with Shiny R
https://rstudio.github.io/leaflet/shiny.html
Thanks!