Created
October 13, 2018 01:34
-
-
Save markchristopherng/6c044681512c022b6ea02279ca543c03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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