Hi, I have a flow where I get a request response from Google maps with the driving distance between two location variables (places format lat long ).I also want to be able to show the last driven route on Google maps automatically . I cannot use apps with driving journals since even if I have GPS on it will place our home on another road that 400 m drive to even if it's just 10 meters away flight distance. So I have a work around for that.
I haven't been able to figure out what to write as Uri when trying to use start activity ; Google maps app ;class driveabout.
So I tried by using Open URL in browser instead.
This is the address I have put in (see above, it will not paste down here). This would work, if it was not for the dots in the global variables turning into commas in maps. (if I change the commas to dots, the route is shown. I have tried to make the location into a string to keep the dots in place. When trying creatively

Edit I couldn't find a function toString as there is one toNumber