Android Question Retrieve route from my position

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
I use this code to get the route from a location to another:

B4X:
geo.Initialize(geo.ACTION_VIEW, "https://goo.gl/maps/uNEfc")
StartActivity(geo)

How can I start the route, from my position (as GSP position), and not from another fixed place?
 
Top