Difference between revisions of "Constraint: Location Mode"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current location mode.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''High Accuracy/Battery Saving/Device Only''' - Match the current location mode | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Only open Maps when high accuracy mode is enabled'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Widget Button</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Launch Application: Maps</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Location Mode - High Accuracy</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Constraint: GPS State|GPS State Constraint]] | ||
Revision as of 11:42, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the current location mode.
Options
- High Accuracy/Battery Saving/Device Only - Match the current location mode
Example
Example 1: Only open Maps when high accuracy mode is enabled
Triggers Widget Button
Actions Launch Application: Maps
Constraints Location Mode - High Accuracy
See Also