I believe, the GeoFences size and pins have to be created in AutoLocation, but once that is done, everything else can be done directly in Tasker.
The general structure I use is:
- When phone connects to car, begin monitoring every 5 seconds & turn off SimSwitch
- When I exit the 2 mile geofence, begin monitoring every 15 seconds
- When I exit the 20 mile geofence, begin monitoring every 30 seconds
- When I exit the 75 mile geofence, begin monitoring every 60 seconds
- When I enter the 75 mile geofence, begin monitoring every 30 seconds
- When I enter the 20 mile geofence, begin monitoring every 15 seconds
- When I enter the 2 mile geofence, begin monitoring every 5 seconds
- When phone disconnects from my car, capture location & end monitoring
- When phone connects to my home WiFi, end monitoring & turn on SimSwitch
Most of the Profile options can be found in:
► Tasker > Profiles > (+) > State > Plugin > AutoLocation > GeoFences > Configure
Most of the Tasks options can be found in:
► Tasker > Tasks > (+) > Plugin > AutoLocation > Activities > Configure
but there is also important options available in:
► Tasker > Tasks > (+) > Plugin > AutoLocation > Location > Configure
One of these days I may make a write up for this (showing how to integrate the results in webCoRE).