New services
Explore Plans
Mobile menu Close menu
Android DeviceAndroid Device

Launch Google Maps Navigation

This Action will launch Google Maps Navigation on your Android device and begin turn-by-turn guidance to the destination you specify.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will launch Google Maps Navigation on your Android device and begin turn-by-turn guidance to the destination you specify.
API endpoint slug
android_device.start_navigation
Filter code method
AndroidDevice.startNavigation.skip(string?: reason)
Runtime method
runAction("android_device.start_navigation", {})

Action fields

Navigation method Dropdown list

Label
Navigation type
Slug
navigation_method
Required
true
Can have default value
true
Filter code method
AndroidDevice.startNavigation.setNavigationMethod(string: navigationMethod)

Query Text input > Other

Label
Enter a destination
Helper text
e.g. San Francisco
Slug
query
Required
true
Can have default value
true
Filter code method
AndroidDevice.startNavigation.setQuery(string: query)