(Created page with "=== Introduction === A geofence is a user defined virtual perimeter for a real world geographic area. MacroDroid can use the Geofence Trigger t...")
 
Line 5: Line 5:
 
It is also possible to use the [[Constraint: Geofence|Geofence (Location)]] constraint to limit when functionality can run based on your current location.
 
It is also possible to use the [[Constraint: Geofence|Geofence (Location)]] constraint to limit when functionality can run based on your current location.
  
[[Trigger: Location Trigger|Location Trigger]]
+
=== Location Trigger ===
 +
 
 +
The Geofence trigger functionality relies on Google Play services to operate. On devices without Google Play services or in rare cases where the Play services functionality doesn't work correctly an alternative [[Trigger: Location Trigger|Location Trigger]] is provided. This uses a custom MacroDroid implementation and has no dependency on Google Play.

Revision as of 06:34, 22 June 2021

Introduction

A geofence is a user defined virtual perimeter for a real world geographic area. MacroDroid can use the Geofence Trigger to trigger macros in the case that you either enter or exit the area defined in a particular geofence.

It is also possible to use the Geofence (Location) constraint to limit when functionality can run based on your current location.

Location Trigger

The Geofence trigger functionality relies on Google Play services to operate. On devices without Google Play services or in rare cases where the Play services functionality doesn't work correctly an alternative Location Trigger is provided. This uses a custom MacroDroid implementation and has no dependency on Google Play.