Lines Matching full:docroot
23 <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a>
53 <img src="{@docRoot}images/training/geofence@2x.png"
54 srcset="{@docRoot}images/training/geofence.png 1x, {@docRoot}images/training/geofence@2x.png 2x" alt=""
61 <a href="{@docRoot}reference/com/google/android/gms/location/LocationServices.html">
63 <a href="{@docRoot}reference/com/google/android/gms/location/GeofencingApi.html">
65 <a href="{@docRoot}reference/com/google/android/gms/location/LocationServices.html">
67 <a href="{@docRoot}reference/com/google/android/gms/location/LocationClient.html">
76 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></code>
86 a child of the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">
100 <a href="{@docRoot}training/location/retrieve-current.html#play-services">Connect
116 First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.html">
145 The following snippet uses the <code><a href="{@docRoot}reference/com/google/android/gms/location/GeofencingRequest.html">
147 and its nested <code><a href="{@docRoot}reference/com/google/android/gms/location/GeofencingRequest.Builder.html">
162 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTER">
165 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_EXIT">
169 <a href="{@docRoot}reference/com/google/android/gms/location/GeofencingRequest.html#INITIAL_TRIGGER_ENTER">
172 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTER">
178 <a href="{@docRoot}reference/com/google/android/gms/location/GeofencingRequest.html#INITIAL_TRIGGER_DWELL">
217 <a href="{@docRoot}reference/com/google/android/gms/location/GeofencingApi.html#addGeofences(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.location.GeofencingRequest, android.app.PendingIntent)">{@code GeoencingApi.addGeofences()}</a></code> method.
219 <a href="{@docRoot}reference/com/google/android/gms/location/GeofencingRequest">
222 <a href="{@docRoot}reference/com/google/android/gms/common/api/ResultCallback.html#onResult(R)">
224 <a href="{@docRoot}reference/com/google/android/gms/common/api/ResultCallback.html">
297 <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTER">GEOFENCE_TRANSITION_ENTER</a></code>
298 or <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_EXIT">GEOFENCE_TRANSITION_EXIT</a></code>
340 <li><p>Set the <a href="{@docRoot}android/reference/com/google/android/gms/location/Geofence.Builder.html#setNotificationResponsiveness(int)">
368 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_DWELL">
370 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTER">
373 <a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.html#setLoiteringDelay(int)">
396 <li>The app has received a <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationStatusCodes.html#GEOFENCE_NOT_AVAILABLE">GEOFENCE_NOT_AVAILABLE</a></code>
404 (the <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.html#GEOFENCE_TRANSITION_ENTER">
427 mode if both of them are disabled. Use <a href="{@docRoot}reference/com/google/android/gms/location/SettingsApi">