Hi,
I have to do this:
When the user push a button "indications" I have to call Google Maps app
I have tried to call this
but the result is like in picture attached
is possible to do this? Can you help me?
I have to do this:
When the user push a button "indications" I have to call Google Maps app
I have tried to call this
B4X:
Main.App.OpenURL("http://maps.google.com/maps?saddr=" & Main.LATCurrent & "," & Main.LONCurrent & "&daddr=" & LAT & "," & LON)
but the result is like in picture attached
is possible to do this? Can you help me?