Google maps automatic start with address

2,029 views
Skip to first unread message

Matteo Rebulla

unread,
Mar 8, 2018, 5:59:37 AM3/8/18
to Tasker
I would like Tasker to perform this automatic action:

Starting Google Maps with a specified address at 3:00 pm on Mondays and Tuesdays

How can I do it?

Thank you,

Matteo Rebulla


joaomgcd

unread,
Mar 8, 2018, 6:52:37 AM3/8/18
to Tasker
You can use the AutoLocation Maps action to easily do that :) Hope this helps!

Matt

unread,
Mar 8, 2018, 8:46:50 AM3/8/18
to Tasker
If you didn;t want to use a plugn there's also the open Map action (put the post / zip code in the address part and set the mode to Point.

You could add the above task to to a profile with the contitions:

Day Monday & tuesday
Time 15:00

MattV

Duck Redbeard

unread,
Mar 8, 2018, 11:32:52 AM3/8/18
to Tasker
Are you wanting to navigate to that address or just show it on a map?

Duck Redbeard

unread,
Mar 8, 2018, 11:54:57 AM3/8/18
to Tasker
Profile: Nav At 3 (380)
Day: Mon or Tue
Time: 3:00PM
Enter: Nav To Tasker Street (330)
A1: Secure Settings [ Configuration:GPS Enabled Timeout (Seconds):0 ]
A2: Vibrate [ Time:200 ]
A3: Open Map [ Mode:Navigate To Address:1501 Tasker St, Philadelphia, PA 19145 Lat,Long: Zoom:1 Label: ]


This will navigate you. Change the address to your preferred location. In that step you have the option to navigate to, point to, or show street view of that address. Step A1 is there to automatically turn location to high accuracy using Secure Settings plugin. Root may be required. This prevents Android from reminding you to do it yourself if not already on. The vibrate step is optional.

You could take this further and have it navigate you to home IF you are leaving from work within a certain time frame on specific days. And send someone a message that you are on your way, and include your estimated arrival time in that message. Once it is setup correctly, all that is automatic.

Joseph Ileto

unread,
Mar 8, 2018, 3:21:48 PM3/8/18
to Tasker
Get a google maps URL (long or short form is up to your preference) and use that in a Task with the Action Net/Browser URL.

Test that the Task works ok. Then, attach that Task to a Time Profile to schedule the Task.

Matteo Rebulla

unread,
Mar 9, 2018, 11:52:52 AM3/9/18
to Tasker
To navigate.

Thank you everyone!


Joseph Ileto

unread,
Mar 9, 2018, 10:08:31 PM3/9/18
to Tasker
To navigate, use System/Send Intent with the following parameters:
  • Action
    • android.intent.action.VIEW
  • Cat
    • Default
  • Data
    • google.navigation:q=<turn-by-turn navigation parms>
    • you can read about the parms here (https://developers.google.com/maps/documentation/urls/android-intents#launch_turn-by-turn_navigation)
    • for example, if you want to bike to 350 West Georgia Street Vancouver BC Canada, use the following:
      • google.navigation:q=350+west+georgia+street+vancouver+bc+canada&mode=b
    • BTW, 350 West Georgia is the Vancouver Public Library. If you want to drive there instead and don't know the address, and want to avoid tolls and highways, use the following:
      • google.navigation:q=vancouver+public+library&mode=d&avoid=tf
    • read the developer's guide for info on the values for "mode" and "avoid"
  • Package
    • com.google.android.apps.maps
  • Target
    • Activity

Hope that helps.

Dale Smith

unread,
Mar 10, 2018, 5:12:32 AM3/10/18
to Tasker
I toggle GPS using AutoInput. No root required.

GPS Toggle (55)
A1: Variable Set [ Name:%gps To:%GPS Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Status Bar [ Set:Expanded ]
A3: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A4: AutoInput Action [ Configuration:Type: Text
Value: Location
Action : Click Timeout (Seconds):5 ]
A5: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A6: AutoInput Action [ Configuration:Type: Text
Value: AGREE
Action : Click Timeout (Seconds):5 ] If [ %gps ~ off ]
A7: AutoInput Global Action [ Configuration:Action: Back Timeout (Seconds):5 ] If [ %gps ~ on ]

João Dias

unread,
Mar 12, 2018, 9:43:43 AM3/12/18
to tas...@googlegroups.com
You can also toggle GPS in the background using AutoTools. Check here. That way you can do it in the background, with the screen off :)


--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/7BnzBxATxEo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages