Locus Map - forum

Support => Troubles & Questions => Topic started by: Rafti on May 21, 2021, 16:49:13

Title: Send intent ACTION_NAVIGATION_START
Post by: Rafti on May 21, 2021, 16:49:13
Hi, I am trying to send an Intent within Tasker, which should start the Navigation in locus based on the coordinates.
Action: locus.api.android.ACTION_NAVIGATION_START
Package: menion.android.locus.pro
Target: Activity
Extra: I tried many different variations of lat, lon
but locus always shows 'incorrect intent'
Does anyone know the correct settings or is it possible to navigate via Tasker anyway?
Thanks for any help
Title: Re: Send intent ACTION_NAVIGATION_START
Post by: Menion on May 23, 2021, 20:53:39
Hi,
where you found info about how this intent should look like?

Give a try to these extra parameters
key: INTENT_EXTRA_LATITUDE, value: latitude
key: INTENT_EXTRA_LONGITUDE, value: longitude
Title: Re: Send intent ACTION_NAVIGATION_START
Post by: Rafti on May 24, 2021, 20:37:10
Hi, thank you for the information.
I found a hint on an apparently chineese website:
https://vimsky.com/examples/detail/java-class-locus.api.android.utils.LocusUtils.html
and fiddled it together,
wanted to post it, but you were faster
thanks, problem solved.
besides I found this Intent in the manifest.xml.