"one click" start navigation
Posted: 13 May 2017 23:16
Hi friends, I use the "Start activity" action to start google maps and visualize e previously saved place.
Action - android.intent.action.VIEW
Data URI - geo:0,0?q={my_coordinates}({my_place})&z=13
Package name - com.google.android.apps.maps
This action opens google maps and then i have to click on "Go to" button to start navigation.
I would like to start navigating without further clicks, is there some special command, Class name or Extras to add for doing this?
Thank you very much.
Action - android.intent.action.VIEW
Data URI - geo:0,0?q={my_coordinates}({my_place})&z=13
Package name - com.google.android.apps.maps
This action opens google maps and then i have to click on "Go to" button to start navigation.
I would like to start navigating without further clicks, is there some special command, Class name or Extras to add for doing this?
Thank you very much.