Lines Matching refs:Geofence
12 <li><a href="#RequestGeofences">Set up for Geofence Monitoring</a></li>
14 <li><a href="#HandleGeofenceTransitions">Handle Geofence Transitions</a></li>
15 <li><a href="#StopGeofenceMonitoring">Stop Geofence Monitoring</a></li>
17 <li><a href="#Troubleshooting">Troubleshoot the Geofence Entrance Event</a></li>
70 <h2 id="RequestGeofences">Set up for Geofence Monitoring</h2>
106 creating Geofence objects, and the convenience class for adding them. Also, to handle the
116 …First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.htm…
117 Geofence.Builder</a></code> to create a geofence, setting the desired radius, duration, and
123 mGeofenceList.add(new Geofence.Builder()
134 .setTransitionTypes(Geofence.GEOFENCE_TRANSITION_ENTER |
135 Geofence.GEOFENCE_TRANSITION_EXIT)
162 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTE…
165 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_EXIT…
172 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTE…
238 <h2 id="HandleGeofenceTransitions">Handle Geofence Transitions</h2>
244 … which obtains the geofencing event from the intent, determines the type of Geofence transition(s),
269 if (geofenceTransition == Geofence.GEOFENCE_TRANSITION_ENTER ||
270 geofenceTransition == Geofence.GEOFENCE_TRANSITION_EXIT) {
274 List<Geofence> triggeringGeofences = geofencingEvent.getTriggeringGeofences();
297 …<code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITI…
298 …or <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANS…
303 <h2 id="StopGeofenceMonitoring">Stop Geofence Monitoring</h2>
340 <li><p>Set the <a href="{@docRoot}android/reference/com/google/android/gms/location/Geofence.Builde…
368 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_DWEL…
370 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTE…
373 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.html#setLoiteringDela…
401 <h2 id="Troubleshooting">Troubleshoot the Geofence Entrance Event</h2>
404 (the <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRAN…