Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created October 13, 2018 01:34
Show Gist options
  • Save markchristopherng/6c044681512c022b6ea02279ca543c03 to your computer and use it in GitHub Desktop.
Save markchristopherng/6c044681512c022b6ea02279ca543c03 to your computer and use it in GitHub Desktop.
AwarenessFence locationFence = LocationFence.entering(lat, long, radius);
AwarenessFence walkingFence = DetectedActivityFence.during(DetectedActivityFence.WALKING);
AwarenessFence walkingIntoFence = AwarenessFence.and(locationFence, walkingFence);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment