Open Google Maps Application from ODK Collect using intent

1. What is the problem? Be very detailed.

I have a specific Latitude and Longitude, and I want to LAUNCHE Google Maps to direct me to this location. I tried to use intent feature but it does not work, the details about this feature is here.

2. What app or server are you using and on what device and operating system? Include version numbers.
I'm using odk collect V 1.25.2
In Lenovo S90 Android

3. What you have you tried to fix the problem?
I tried to use this in the appearance field:

ex:google.navigation:q=number(${latitude}),number(${longitude})*

4. What steps can we take to reproduce the problem?

Please help me to edit the above intent to be able to open Google maps from ODK Collect with the given parameters.

Thank you,

Ali

@Ali_Helmi

Perhaps is not what you need, but you can try to display in maps by building url and display as a link in a note: See my example:

1 Like

I will try it, thank you!

hi my friend!
your answer showed an error in the conversion to XML
"Error: There has been a problem trying to replace ${lat} with the XPath to the survey element named 'lat'. There is no survey element with this name."
do you know what could be wrong?