Advertisement
taisonik

Untitled

Jul 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. GeofencingRequest geofencingRequest = new GeofencingRequest.Builder()
  2.       .setInitialTrigger(GeofencingRequest.INITIAL_TRIGGER_ENTER)
  3.       .addGeofence(geofence).build();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement