Page 1 of 1
Save parking place on google maps
Posted: 09 Nov 2017 12:35
by StrayCat
Hi, guys.
I wold want to pick automagically the "Save parking" option on google maps.
Do you know what's the best method to do this? I'm stucked out with intents...
Thanks in advance.
Re: Save parking place on google maps
Posted: 09 Nov 2017 20:21
by Martin
Hi,
I'm not aware about an intent to do this. You could try to use action Control UI to simulate clicking the button in Google Maps. Maybe you have to record a simulated gesture first to tap the current location and then use function click("Save your parking");
Regards,
Martin
Re: Save parking place on google maps
Posted: 10 Nov 2017 09:19
by StrayCat
Thanks, Martin.
Unfortunately, this action requires so many deeper and deeper clicks. It is very hard to define a 'control UI' task.
Re: Save parking place on google maps
Posted: 13 Nov 2017 18:40
by StrayCat
Hi, all.
I'm making advances but I need to 'translate' to automagic language the next TASKER code:
Code: Select all
Action: android.intent.action.VIEW
Data: google.navigation:q=%LastLocation&mode=w
Package: com.google.android.apps.maps
Target: Activity
I have a 'Start Activity' component to return to the location saved on my geovariable but I don't know how to pass geovariable value to my activity, do you??
Once finished I will share the project with you all.
Thanks in advance.
Re: Save parking place on google maps
Posted: 13 Nov 2017 18:49
by StrayCat