Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package com.example.maptest.model;
  2.  
  3. public interface GeofenceTransition {
  4.  
  5.     void onGeofenceEnter(Geofence geofence);
  6.  
  7.     void onGeofenceExit(Geofence geofence);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement