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.
Save parking place on google maps
Moderator: Martin
Re: Save parking place on google maps
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
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
Thanks, Martin.
Unfortunately, this action requires so many deeper and deeper clicks. It is very hard to define a 'control UI' task.
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
Hi, all.
I'm making advances but I need to 'translate' to automagic language the next TASKER code:
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.
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
Once finished I will share the project with you all.
Thanks in advance.