Save parking place on google maps

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Save parking place on google maps

Post by StrayCat » 09 Nov 2017 12:35

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Save parking place on google maps

Post by Martin » 09 Nov 2017 20:21

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

StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Re: Save parking place on google maps

Post by StrayCat » 10 Nov 2017 09:19

Thanks, Martin.

Unfortunately, this action requires so many deeper and deeper clicks. It is very hard to define a 'control UI' task.

StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Re: Save parking place on google maps

Post by StrayCat » 13 Nov 2017 18:40

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.

StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Re: Save parking place on google maps

Post by StrayCat » 13 Nov 2017 18:49


Post Reply